Class SizeComputingProtoStreamWriter

    • Constructor Detail

      • SizeComputingProtoStreamWriter

        public SizeComputingProtoStreamWriter​(org.infinispan.protostream.ImmutableSerializationContext context)
    • Method Detail

      • writeObjectNoTag

        public void writeObjectNoTag​(Object value)
                              throws IOException
        Description copied from interface: ProtoStreamWriter
        Writes the specified object. Must be preceded by {TagWriter.writeTag(int, org.infinispan.protostream.descriptors.WireType).
        Specified by:
        writeObjectNoTag in interface ProtoStreamWriter
        Parameters:
        value - a value to be written
        Throws:
        IOException - if no marshaller is associated with the type of the specified object, or if the marshaller fails to write the specified object