Interface ProtoStreamWriter

All Superinterfaces:
ProtoStreamOperation, org.infinispan.protostream.TagWriter
All Known Implementing Classes:
AbstractProtoStreamWriter, DefaultProtoStreamWriter, OffsetProtoStreamWriter, SizeComputingProtoStreamWriter

public interface ProtoStreamWriter extends ProtoStreamOperation, org.infinispan.protostream.TagWriter
A TagWriter with the additional ability to write an arbitrary embedded object.
Author:
Paul Ferraro