Class DefaultProtoStreamWriter

All Implemented Interfaces:
Function<Object,OptionalInt>, org.infinispan.protostream.ProtobufTagMarshaller.OperationContext, org.infinispan.protostream.ProtobufTagMarshaller.WriteContext, org.infinispan.protostream.TagWriter, ProtoStreamOperation, ProtoStreamWriter

public class DefaultProtoStreamWriter extends AbstractProtoStreamWriter implements Function<Object,OptionalInt>
ProtoStreamWriter implementation that writes to a TagWriterImpl.
Author:
Paul Ferraro
  • Constructor Details

    • DefaultProtoStreamWriter

      public DefaultProtoStreamWriter(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext context)
      Creates a default ProtoStream writer.
      Parameters:
      context - the write context
  • Method Details