Interface Codec<T>

  • Type Parameters:
    T - the type of object to serialize

    public interface Codec<T>
    Specifies a way to serialize an object to/from a data stream