Interface DefaultReadHandler<T>


  • public interface DefaultReadHandler<T>
    Processes a non-decodable transit value
    • Method Detail

      • fromRep

        T fromRep​(String tag,
                  Object rep)
        Reads a transit representation that cannot otherwise be read
        Parameters:
        tag - the transit value's tag
        rep - the transit value's representation
        Returns:
        the resulting generic object