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.
 
 
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.