Interface CBSerializeType<T extends CBSerializableType>
- Type Parameters:
T- The type of serialized values
public interface CBSerializeType<T extends CBSerializableType>
A function that can serialize a value.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(CBSerializationContextType context, T x) Serialize the value.
-
Method Details
-
execute
Serialize the value.- Parameters:
context- The serialization contextx- The value- Throws:
IOException- On errors
-