All Classes and Interfaces
Class
Description
The
AccessorType enum defines the methods by which fields of a class
annotated with CcSerializable are accessed during serialization
and deserialization.Binary utilities class.
Override the default behavior for arrays, collections or strings
The
Ccerial class is the main entry point for the Ccerial serialization framework.This annotation marks a class as a Ccerializable, it means that the annotated class can be serialized with Ccerial, and it will generate serializers for it.
Override the behavior of the serialization for specific fields.
The
ClassIdentifierGenerator interface defines a contract for generating unique
integer identifiers for class names.Internal class
Internal class
The
Serializer interface defines the contract for serializing and deserializing
objects to and from binary streams in the Ccerial framework.Internal class