Uses of Interface
org.wildfly.clustering.marshalling.protostream.ProtoStreamOperation
-
Packages that use ProtoStreamOperation Package Description org.wildfly.clustering.marshalling.protostream -
-
Uses of ProtoStreamOperation in org.wildfly.clustering.marshalling.protostream
Subinterfaces of ProtoStreamOperation in org.wildfly.clustering.marshalling.protostream Modifier and Type Interface Description interfaceProtoStreamReaderATagReaderwith the additional ability to read an arbitrary embedded object.interfaceProtoStreamWriterATagWriterwith the additional ability to write an arbitrary embedded object.Classes in org.wildfly.clustering.marshalling.protostream that implement ProtoStreamOperation Modifier and Type Class Description classAbstractProtoStreamWriterDelegates mostProtoStreamWriteroperations to aTagWriter.classDefaultProtoStreamOperationclassDefaultProtoStreamReaderProtoStreamWriterimplementation that reads from aTagReader.classDefaultProtoStreamWriterProtoStreamWriterimplementation that writes to aCodedOutputStream.classSizeComputingProtoStreamWriterConstructor parameters in org.wildfly.clustering.marshalling.protostream with type arguments of type ProtoStreamOperation Constructor Description FunctionalMarshaller(Class<T> targetClass, Function<ProtoStreamOperation,ProtoStreamMarshaller<V>> marshallerFactory, org.wildfly.common.function.ExceptionFunction<T,V,IOException> function, org.wildfly.common.function.ExceptionFunction<V,T,IOException> factory)
-