Uses of Interface
org.wildfly.clustering.marshalling.protostream.ProtoStreamSizeOperation
Packages that use ProtoStreamSizeOperation
-
Uses of ProtoStreamSizeOperation in org.wildfly.clustering.marshalling.protostream
Classes in org.wildfly.clustering.marshalling.protostream that implement ProtoStreamSizeOperationModifier and TypeClassDescriptionclassA default ProtoStream size operation.Methods in org.wildfly.clustering.marshalling.protostream with parameters of type ProtoStreamSizeOperationModifier and TypeMethodDescriptionByteBufferMarshalledKeyMarshaller.size(ProtoStreamSizeOperation operation, ByteBufferMarshalledKey<Object> key) ByteBufferMarshalledValueMarshaller.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 ProtoStreamSizeOperationModifierConstructorDescriptionSizeComputingProtoStreamWriter(ProtoStreamSizeOperation operation, org.wildfly.clustering.marshalling.protostream.AbstractProtoStreamWriter.ProtoStreamWriterContext context)