Uses of Package
org.gittorr.ccerial
Packages that use org.gittorr.ccerial
-
Classes in org.gittorr.ccerial used by org.gittorr.ccerialClassDescriptionThe
AccessorTypeenum defines the methods by which fields of a class annotated withCcSerializableare accessed during serialization and deserialization.TheSerializerinterface defines the contract for serializing and deserializing objects to and from binary streams in the Ccerial framework. -
Classes in org.gittorr.ccerial used by org.gittorr.ccerial.utilsClassDescriptionThis 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.
-
Classes in org.gittorr.ccerial used by org.gittorr.ccerial.utils.implClassDescriptionThis 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.