Uses of Interface
org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshallerProvider
-
-
Uses of ProtoStreamMarshallerProvider in org.wildfly.clustering.marshalling.protostream
Classes in org.wildfly.clustering.marshalling.protostream with type parameters of type ProtoStreamMarshallerProvider Modifier and Type Class Description classProviderSerializationContextInitializer<E extends Enum<E> & ProtoStreamMarshallerProvider>ASerializationContextInitializerthat registers enumerated marshallers.Classes in org.wildfly.clustering.marshalling.protostream that implement ProtoStreamMarshallerProvider Modifier and Type Class Description classMarshallingMarshallerProvider -
Uses of ProtoStreamMarshallerProvider in org.wildfly.clustering.marshalling.protostream.math
Classes in org.wildfly.clustering.marshalling.protostream.math that implement ProtoStreamMarshallerProvider Modifier and Type Class Description classMathMarshallerProviderProvider for java.math marshallers. -
Uses of ProtoStreamMarshallerProvider in org.wildfly.clustering.marshalling.protostream.net
Classes in org.wildfly.clustering.marshalling.protostream.net that implement ProtoStreamMarshallerProvider Modifier and Type Class Description classNetMarshallerProviderProvider for java.net marshallers. -
Uses of ProtoStreamMarshallerProvider in org.wildfly.clustering.marshalling.protostream.sql
Classes in org.wildfly.clustering.marshalling.protostream.sql that implement ProtoStreamMarshallerProvider Modifier and Type Class Description classSQLMarshallerProviderMarshallers for java.sql.* date/time classes. -
Uses of ProtoStreamMarshallerProvider in org.wildfly.clustering.marshalling.protostream.time
Classes in org.wildfly.clustering.marshalling.protostream.time that implement ProtoStreamMarshallerProvider Modifier and Type Class Description classTimeMarshallerProviderProvider for java.time marshallers. -
Uses of ProtoStreamMarshallerProvider in org.wildfly.clustering.marshalling.protostream.util
Classes in org.wildfly.clustering.marshalling.protostream.util that implement ProtoStreamMarshallerProvider Modifier and Type Class Description classOptionalMarshallerMarshallers for java.util.Optional* instances.classUtilMarshallerProviderEnumeration of java.util marshallers. -
Uses of ProtoStreamMarshallerProvider in org.wildfly.clustering.marshalling.protostream.util.concurrent
Classes in org.wildfly.clustering.marshalling.protostream.util.concurrent that implement ProtoStreamMarshallerProvider Modifier and Type Class Description classConcurrentMarshallerProvider -
Uses of ProtoStreamMarshallerProvider in org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic
Classes in org.wildfly.clustering.marshalling.protostream.util.concurrent.atomic that implement ProtoStreamMarshallerProvider Modifier and Type Class Description classAtomicMarshallerProviderProtoStream optimized marshallers for java.util.concurrent.atomic types.
-