Interface CBCGSerializerCallOperationType

All Superinterfaces:
Comparable<CBCGSerializerCallOperationType>
All Known Subinterfaces:
OpCallType
All Known Implementing Classes:
OpAbstract, OpCallDeserialize, OpCallSerialize

public interface CBCGSerializerCallOperationType extends Comparable<CBCGSerializerCallOperationType>
An operation performed by a serializer. Operations are ordered by programOrder(), with each associated code block being executed in this order.