Interface CBSerializationContextTracingType
- All Known Subinterfaces:
CBSerializationContextType
- All Known Implementing Classes:
CBSerializationContextBSSIO, CBSerializationContextSize
public interface CBSerializationContextTracingType
The serialization context related to tracing serialization.
-
Method Summary
Modifier and TypeMethodDescriptionvoidBegin serializing the given item.voidBegin serializing the given item at indexindex.voidFinish serializing the given item.voidFinish serializing the given item at indexindex.
-
Method Details
-
begin
-
begin
Begin serializing the given item at indexindex.- Parameters:
item- The itemindex- the index
-
end
-
end
Finish serializing the given item at indexindex.- Parameters:
item- The itemindex- the index
-