Interface FieldMarshaller<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.infinispan.protostream.descriptors.WireType getWireType()
      Returns the wire type of the scalar value written by this marshaller.
      • Methods inherited from interface org.wildfly.clustering.marshalling.protostream.Readable

        readFrom
      • Methods inherited from interface org.wildfly.clustering.marshalling.protostream.Writable

        writeTo
    • Method Detail

      • getWireType

        org.infinispan.protostream.descriptors.WireType getWireType()
        Returns the wire type of the scalar value written by this marshaller.
        Returns:
        the wire type of the scalar value written by this marshaller.