Package com.exonum.binding.common.serialization

  • Interface Summary 
    Interface Description
    Serializer<T>
    Converts Java objects into a binary representation in some format, and vice versa.
  • Class Summary 
    Class Description
    CheckingSerializerDecorator<T>
    A serializer decorator, that performs some extra checks to ensure that a user-supplied serializer adheres to Serializer contract.
    StandardSerializers
    A collection of pre-defined serializers.