Package org.gittorr.ccerial
package org.gittorr.ccerial
-
ClassDescriptionThe
AccessorTypeenum defines the methods by which fields of a class annotated withCcSerializableare accessed during serialization and deserialization.Override the default behavior for arrays, collections or stringsTheCcerialclass 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.Serializer<E>