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.interfaceProtoStreamSizeOperationA ProtoStream size operation.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 classAbstractProtoStreamOperationclassAbstractProtoStreamWriterDelegates mostProtoStreamWriteroperations to aTagWriter.classDefaultProtoStreamReaderProtoStreamWriterimplementation that reads from aTagReader.classDefaultProtoStreamSizeOperationA default ProtoStream size operation.classDefaultProtoStreamWriterProtoStreamWriterimplementation that writes to aTagWriterImpl.classSizeComputingProtoStreamWriterAProtoStreamWriterimplementation used to compute the number of bytes that would be written to a stream.Constructor 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)
-