Interface Readable<T>

All Known Subinterfaces:
FieldMarshaller<T>, Marshallable<T>, ProtoStreamMarshaller<T>, ProtoStreamMarshallerProvider, ScalarMarshaller<T>, ScalarMarshallerProvider
All Known Implementing Classes:
AbstractCollectionMarshaller, AbstractMapMarshaller, AbstractMemberMarshaller, AnyMarshaller, AtomicMarshallerProvider, BigDecimalMarshaller, BinaryFieldMarshaller, BinaryMemberMarshaller, BinaryMethodMarshaller, ByteBufferMarshalledKeyMarshaller, ByteBufferMarshalledValueMarshaller, CalendarMarshaller, ClassMarshaller, CollectionMarshaller, ConcurrentMapMarshaller, ConcurrentMarshallerProvider, ConcurrentSortedMapMarshaller, CopyOnWriteCollectionMarshaller, DecoratorMarshaller, EnumMapMarshaller, EnumMarshaller, EnumMarshallerAdapter, ExceptionMarshaller, FieldMarshaller, FieldSetProtoStreamMarshaller, FunctionalMarshaller, FunctionalScalarMarshaller, InetSocketAddressMarshaller, InstantMarshaller, LinkedHashMapMarshaller, LoadedClassField, LocalDateTimeMarshaller, MapEntryMarshaller, MapMarshaller, MarshallingMarshallerProvider, MathContextMarshaller, MathMarshallerProvider, MonthDayMarshaller, NetMarshallerProvider, OffsetDateTimeMarshaller, OffsetTimeMarshaller, OptionalMarshaller, PackedArrayMarshaller, PeriodMarshaller, ProtoStreamMarshallerAdapter, ProxyMarshaller, Scalar, ScalarClass, ScalarFieldMarshaller, SimpleFunctionalMarshaller, SingletonCollectionMarshaller, SingletonMapMarshaller, SortedMapMarshaller, SortedSetMarshaller, SQLMarshallerProvider, StackTraceElementMarshaller, SynchronizedDecoratorMarshaller, TernaryFieldMarshaller, TernaryMemberMarshaller, TernaryMethodMarshaller, TimeMarshallerProvider, TypedArrayMarshaller, TypedEnumMarshaller, TypedObjectMarshaller, UnaryFieldMarshaller, UnaryMemberMarshaller, UnaryMethodMarshaller, UnmodifiableCollectionMarshaller, UnmodifiableMapMarshaller, URIMarshaller, URLMarshaller, UtilMarshallerProvider, ValueMarshaller, YearMonthMarshaller, ZonedDateTimeMarshaller

public interface Readable<T>
Readable view of a marshaller.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    Reads an object from the specified reader.
  • Method Details

    • readFrom

      T readFrom(ProtoStreamReader reader) throws IOException
      Reads an object from the specified reader.
      Parameters:
      reader - a ProtoStream reader
      Returns:
      the read object
      Throws:
      IOException - if the object could not be read