Interface ByteArraySerializer<T>

  • Type Parameters:
    T - the type of the object to serialize
    All Superinterfaces:
    Serializer<T,​byte[]>
    All Known Implementing Classes:
    FurySerializer, JavaObjectSerializer

    public interface ByteArraySerializer<T>
    extends Serializer<T,​byte[]>
    Interface to be used when implementing a custom serializer with byte array representation.
    Author:
    Andreas Oberhoff