Package com.io7m.cedarbridge.runtime.api
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 serializing the given item.- Parameters:
item- The item
-
begin
Begin serializing the given item at indexindex.- Parameters:
item- The itemindex- the index
-
end
Finish serializing the given item.- Parameters:
item- The item
-
end
Finish serializing the given item at indexindex.- Parameters:
item- The itemindex- the index
-