Package dev.paseto.jpaseto.io
Interface Deserializer<T>
-
- Type Parameters:
T- The type of object to read/unmarshal
public interface Deserializer<T>Deserialize/unmarshal bytes into an object of typeT.- Since:
- 0.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdeserialize(byte[] bytes)
-
-
-
Method Detail
-
deserialize
T deserialize(byte[] bytes) throws DeserializationException
- Throws:
DeserializationException
-
-