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 |
|---|---|
int |
getWireType()
Returns the wire type of the scalar first value written by this marshaller.
|
getJavaClass, readFrom, size, writeToCopyright © 2021 JBoss by Red Hat. All rights reserved.