Interface Decoder

All Known Subinterfaces:
Codec
All Known Implementing Classes:
JavascriptDecoder, JsonCodec, JsonLzfCodec

public interface Decoder
A Decoder provides a facility to convert data to an object representation.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    deserialise(InputStream stream, Class<T> clazz)