T - the type of this marshallerpublic interface FieldMarshaller<T> extends Marshallable<T>
Marshallable.writeTo(ProtoStreamWriter, Object) does not write a field tag, but may write additional tagged fields.
Likewise, Marshallable.readFrom(ProtoStreamReader) will continue to read fields until a zero tag is reached.| Modifier and Type | Method and Description |
|---|---|
org.infinispan.protostream.descriptors.WireType |
getWireType()
Returns the wire type of the scalar value written by this marshaller.
|
getJavaClass, readFrom, writeToCopyright © 2022 JBoss by Red Hat. All rights reserved.