Uses of Interface
org.wildfly.clustering.marshalling.protostream.ProtoStreamSizeOperation
-
Packages that use ProtoStreamSizeOperation Package Description org.wildfly.clustering.marshalling.protostream -
-
Uses of ProtoStreamSizeOperation in org.wildfly.clustering.marshalling.protostream
Classes in org.wildfly.clustering.marshalling.protostream that implement ProtoStreamSizeOperation Modifier and Type Class Description classDefaultProtoStreamSizeOperationA default ProtoStream size operation.Methods in org.wildfly.clustering.marshalling.protostream with parameters of type ProtoStreamSizeOperation Modifier and Type Method Description OptionalIntByteBufferMarshalledKeyMarshaller. size(ProtoStreamSizeOperation operation, ByteBufferMarshalledKey<Object> key)OptionalIntByteBufferMarshalledValueMarshaller. size(ProtoStreamSizeOperation operation, ByteBufferMarshalledValue<Object> value)default OptionalIntMarshallable. size(ProtoStreamSizeOperation operation, T value)Computes the size of the specified object.default OptionalIntProtoStreamMarshallerProvider. size(ProtoStreamSizeOperation operation, Object value)default OptionalIntScalarMarshallerProvider. size(ProtoStreamSizeOperation operation, Object value)Constructors in org.wildfly.clustering.marshalling.protostream with parameters of type ProtoStreamSizeOperation Constructor Description SizeComputingProtoStreamWriter(ProtoStreamSizeOperation operation, org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter.ProtoStreamWriterContext context)
-