Uses of Interface
org.wildfly.clustering.marshalling.protostream.ProtoStreamReader
-
-
Uses of ProtoStreamReader in org.wildfly.clustering.marshalling.protostream
Classes in org.wildfly.clustering.marshalling.protostream that implement ProtoStreamReader Modifier and Type Class Description classDefaultProtoStreamReaderProtoStreamWriterimplementation that reads from aTagReader.Methods in org.wildfly.clustering.marshalling.protostream with parameters of type ProtoStreamReader Modifier and Type Method Description BFieldSetMarshaller. readField(ProtoStreamReader reader, int index, B builder)Reads a single field from the specified reader at the specified index.ClassLoaderModuleClassLoaderMarshaller. readField(ProtoStreamReader reader, int index, ClassLoader loader)ClassLoaderSimpleClassLoaderMarshaller. readField(ProtoStreamReader reader, int index, ClassLoader loader)AnyAnyMarshaller. readFrom(ProtoStreamReader reader)ByteBufferMarshalledKey<Object>ByteBufferMarshalledKeyMarshaller. readFrom(ProtoStreamReader reader)Class<?>ClassMarshaller. readFrom(ProtoStreamReader reader)EEnumMarshaller. readFrom(ProtoStreamReader reader)EExceptionMarshaller. readFrom(ProtoStreamReader reader)TFunctionalFieldSetMarshaller. readFrom(ProtoStreamReader reader)TFunctionalMarshaller. readFrom(ProtoStreamReader reader)TFunctionalScalarMarshaller. readFrom(ProtoStreamReader reader)Class<?>LoadedClassField. readFrom(ProtoStreamReader reader)TMarshallable. readFrom(ProtoStreamReader reader)Reads an object from the specified reader.ObjectPackedArrayMarshaller. readFrom(ProtoStreamReader reader)TProtoStreamMarshallerAdapter. readFrom(ProtoStreamReader reader)default ObjectProtoStreamMarshallerProvider. readFrom(ProtoStreamReader reader)TScalarFieldMarshaller. readFrom(ProtoStreamReader reader)default ObjectScalarMarshallerProvider. readFrom(ProtoStreamReader reader)StackTraceElementStackTraceElementMarshaller. readFrom(ProtoStreamReader reader)ObjectTypedArrayMarshaller. readFrom(ProtoStreamReader reader)ETypedEnumMarshaller. readFrom(ProtoStreamReader reader)ObjectTypedObjectMarshaller. readFrom(ProtoStreamReader reader)TValueMarshaller. readFrom(ProtoStreamReader reader) -
Uses of ProtoStreamReader in org.wildfly.clustering.marshalling.protostream.math
Methods in org.wildfly.clustering.marshalling.protostream.math with parameters of type ProtoStreamReader Modifier and Type Method Description BigDecimalBigDecimalMarshaller. readFrom(ProtoStreamReader reader)MathContextMathContextMarshaller. readFrom(ProtoStreamReader reader) -
Uses of ProtoStreamReader in org.wildfly.clustering.marshalling.protostream.net
Methods in org.wildfly.clustering.marshalling.protostream.net with parameters of type ProtoStreamReader Modifier and Type Method Description InetAddressInetAddressMarshaller. readField(ProtoStreamReader reader, int index, InetAddress address)InetSocketAddressInetSocketAddressMarshaller. readFrom(ProtoStreamReader reader) -
Uses of ProtoStreamReader in org.wildfly.clustering.marshalling.protostream.reflect
Methods in org.wildfly.clustering.marshalling.protostream.reflect with parameters of type ProtoStreamReader Modifier and Type Method Description TAbstractMemberMarshaller. readFrom(ProtoStreamReader reader)TFieldMarshaller. readFrom(ProtoStreamReader reader) -
Uses of ProtoStreamReader in org.wildfly.clustering.marshalling.protostream.time
Methods in org.wildfly.clustering.marshalling.protostream.time with parameters of type ProtoStreamReader Modifier and Type Method Description DurationDurationMarshaller. readField(ProtoStreamReader reader, int index, Duration duration)LocalDateLocalDateMarshaller. readField(ProtoStreamReader reader, int index, LocalDate date)LocalTimeLocalTimeMarshaller. readField(ProtoStreamReader reader, int index, LocalTime time)YearYearMarshaller. readField(ProtoStreamReader reader, int index, Year year)ZoneOffsetZoneOffsetMarshaller. readField(ProtoStreamReader reader, int index, ZoneOffset offset)LocalDateTimeLocalDateTimeMarshaller. readFrom(ProtoStreamReader reader)MonthDayMonthDayMarshaller. readFrom(ProtoStreamReader reader)OffsetDateTimeOffsetDateTimeMarshaller. readFrom(ProtoStreamReader reader)OffsetTimeOffsetTimeMarshaller. readFrom(ProtoStreamReader reader)PeriodPeriodMarshaller. readFrom(ProtoStreamReader reader)YearMonthYearMonthMarshaller. readFrom(ProtoStreamReader reader)ZonedDateTimeZonedDateTimeMarshaller. readFrom(ProtoStreamReader reader) -
Uses of ProtoStreamReader in org.wildfly.clustering.marshalling.protostream.util
Methods in org.wildfly.clustering.marshalling.protostream.util with parameters of type ProtoStreamReader Modifier and Type Method Description Comparator<?>ComparatorMarshaller. readField(ProtoStreamReader reader, int index, Comparator<?> comparator)EnumSetBuilder<E>EnumSetFieldSetMarshaller. readField(ProtoStreamReader reader, int index, EnumSetBuilder<E> builder)UUIDBuilderUUIDMarshaller. readField(ProtoStreamReader reader, int index, UUIDBuilder builder)CalendarCalendarMarshaller. readFrom(ProtoStreamReader reader)TCollectionMarshaller. readFrom(ProtoStreamReader reader)EnumMap<E,Object>EnumMapMarshaller. readFrom(ProtoStreamReader reader)LinkedHashMap<Object,Object>LinkedHashMapMarshaller. readFrom(ProtoStreamReader reader)TMapEntryMarshaller. readFrom(ProtoStreamReader reader)TMapMarshaller. readFrom(ProtoStreamReader reader)TSortedMapMarshaller. readFrom(ProtoStreamReader reader)TSortedSetMarshaller. readFrom(ProtoStreamReader reader)
-