public class Deserializer extends Object
| Constructor and Description |
|---|
Deserializer() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(Input in,
Type target)
Deserializes the input parameter and returns an Object which must then be cast to a core data type
|
protected Object |
postProcessExtension(Object result,
Type target)
Post processes the result
TODO Extension Point
|
Copyright © 2006-2012 The Red5 Project