Package org.gittorr.ccerial


package org.gittorr.ccerial
  • 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.
    The Serializer interface defines the contract for serializing and deserializing objects to and from binary streams in the Ccerial framework.