public class Deserializer extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
classAllowed(String className)
Checks to see if a given class is blacklisted or not.
|
static <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
|
static void |
loadBlackList() |
public static void loadBlackList()
throws IOException
IOExceptionpublic static <T> T deserialize(Input in, Type target)
T - typein - inputtarget - targetpublic static boolean classAllowed(String className)
className - class name/packageCopyright © 2005–2017 Red5. All rights reserved.