Uses of Interface
org.wildfly.clustering.marshalling.protostream.ProtoStreamSizeOperation
Packages that use ProtoStreamSizeOperation
Package
Description
-
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.Scalar.size(ProtoStreamSizeOperation operation, Object value) -
Uses of ProtoStreamSizeOperation in org.wildfly.clustering.marshalling.protostream.reflect
Methods in org.wildfly.clustering.marshalling.protostream.reflect with parameters of type ProtoStreamSizeOperationModifier and TypeMethodDescriptionProxyMarshaller.size(ProtoStreamSizeOperation operation, T value)