Interface ProtobufTagMarshaller.WriteContext
- All Superinterfaces:
ProtobufTagMarshaller.OperationContext
- All Known Implementing Classes:
TagWriterImpl
- Enclosing interface:
ProtobufTagMarshaller<T>
public static interface ProtobufTagMarshaller.WriteContext
extends ProtobufTagMarshaller.OperationContext
Operation context of marshalling operations.
- Since:
- 4.4
-
Method Summary
Methods inherited from interface ProtobufTagMarshaller.OperationContext
getParam, getSerializationContext, setParam
-
Method Details
-
getWriter
TagWriter getWriter() -
depth
int depth()
-