Package com.esotericsoftware.kryo


package com.esotericsoftware.kryo
  • Class
    Description
    Handles class registration, writing class identifiers to bytes, and reading class identifiers from bytes.
    Sets the default serializer to use for the annotated class.
    Maps classes to serializers so object graphs can be serialized automatically.
    Allows implementing classes to perform their own copying.
    General Kryo RuntimeException.
    Allows implementing classes to perform their own serialization.
    Indicates a field can never be null when it is being serialized and deserialized.
    When references are enabled, this tracks objects that have already been read or written, provides an ID for objects that are written, and looks up by ID objects that have been read.
    Describes the Serializer and class ID to use for a class.
    Reads and writes objects to and from bytes.