org.red5.io.object
Class Deserializer
java.lang.Object
org.red5.io.object.Deserializer
public class Deserializer
- extends Object
The Deserializer class reads data input and handles the data according to the core data types
- Author:
- The Red5 Project ([email protected]), Luke Hubbard, Codegent Ltd ([email protected])
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Deserializer
public Deserializer()
deserialize
public <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
- Type Parameters:
T
- type- Parameters:
in
- inputtarget
- target
- Returns:
- Object object
postProcessExtension
protected Object postProcessExtension(Object result,
Type target)
- Post processes the result
TODO Extension Point
- Parameters:
result
- resulttarget
- target
- Returns:
- object
Copyright © 2006-2012 The Red5 Project