Class DefaultProtoStreamWriter

java.lang.Object
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