T
- the type of objects this deserializer can deserialize.public interface Deserializer<T>
ObjectReader
and constructing java objects of type T. Genson Deserializers work like classic
deserializers from other libraries.Converter
Modifier and Type | Method and Description |
---|---|
T |
deserialize(ObjectReader reader,
Context ctx) |
T deserialize(ObjectReader reader, Context ctx) throws Exception
reader
- used to read data from.ctx
- the current context.JsonBindingException
JsonStreamException
Exception
Copyright © 2019. All rights reserved.