Uses of Interface
org.wildfly.clustering.marshalling.protostream.FieldSetMarshaller
-
-
Uses of FieldSetMarshaller in org.wildfly.clustering.marshalling.protostream
Subinterfaces of FieldSetMarshaller in org.wildfly.clustering.marshalling.protostream Modifier and Type Interface Description interfaceClassLoaderMarshallerA marshaller for the fields of aClassLoader.Classes in org.wildfly.clustering.marshalling.protostream that implement FieldSetMarshaller Modifier and Type Class Description classModuleClassLoaderMarshallerclassSimpleClassLoaderMarshallerConstructors in org.wildfly.clustering.marshalling.protostream with parameters of type FieldSetMarshaller Constructor Description FunctionalFieldSetMarshaller(Class<? extends T> targetClass, FieldSetMarshaller<T,B> marshaller, Function<B,T> factory)ProtoStreamBuilderFieldSetMarshaller(Class<? extends T> targetClass, FieldSetMarshaller<T,B> marshaller)ProtoStreamBuilderFieldSetMarshaller(FieldSetMarshaller<T,B> marshaller)SimpleFieldSetMarshaller(Class<? extends T> targetClass, FieldSetMarshaller<T,T> marshaller)SimpleFieldSetMarshaller(FieldSetMarshaller<T,T> marshaller) -
Uses of FieldSetMarshaller in org.wildfly.clustering.marshalling.protostream.net
Classes in org.wildfly.clustering.marshalling.protostream.net that implement FieldSetMarshaller Modifier and Type Class Description classInetAddressMarshallerMarshaller for anInetAddress. -
Uses of FieldSetMarshaller in org.wildfly.clustering.marshalling.protostream.time
Classes in org.wildfly.clustering.marshalling.protostream.time that implement FieldSetMarshaller Modifier and Type Class Description classDurationMarshallerMarshaller forDurationinstances, using the following strategy: MarshalDuration.ZEROas zero bytes Marshal number of seconds of duration as unsigned long Marshal sub-second value of duration as unsigned integer, using millisecond precision, if possibleclassLocalDateMarshallerMarshals aLocalDateas an epoch day.classLocalTimeMarshallerMarshaller forLocalTimeinstances, using the following strategy: MarshalLocalTime.MIDNIGHTas zero bytes Marshal number of seconds in day as unsigned integer, using hours or minutes precision, if possible Marshal sub-second value of day as unsigned integer, using millisecond precision if possibleclassYearMarshallerMarshalsYearinstances as number of years since the epoch year.classZoneOffsetMarshallerMarshalling forZoneOffsetinstances using the following strategy: MarshalZoneOffset.UTCas zero bytes If offset is of form ±HH, marshal as signed integer of hours If offset is of form ±HH:MM, marshal as signed integer of total minutes If offset is of form ±HH:MM:SS, marshal as signed integer of total seconds -
Uses of FieldSetMarshaller in org.wildfly.clustering.marshalling.protostream.util
Classes in org.wildfly.clustering.marshalling.protostream.util that implement FieldSetMarshaller Modifier and Type Class Description classComparatorMarshallerMarshaller for the fields of aComparator.classEnumSetFieldSetMarshaller<E extends Enum<E>>Marshaller for the fields of anEnumSet.classUUIDMarshallerMarshaller for aUUIDusing fixed size longs.
-