Interface Deserializer<T>

  • Type Parameters:
    T - The type of object to read/unmarshal

    public interface Deserializer<T>
    Deserialize/unmarshal bytes into an object of type T.
    Since:
    0.1.0