- unmarshal(String, Class<T>) - Method in class ru.greatbit.utils.serialize.json.JsonUnmarshaller
-
Unmarshall an object without root element
- unmarshal(String, String, Class<T>) - Method in class ru.greatbit.utils.serialize.json.JsonUnmarshaller
-
Unmarshall object with root element
- unmarshal(String, Class<T>) - Method in class ru.greatbit.utils.serialize.xml.XMLUnmarshaller
-
Unmarshall an object event if the string doesn't contain
namespaces on root element from String
- unmarshal(InputStream, Class<T>) - Method in class ru.greatbit.utils.serialize.xml.XMLUnmarshaller
-
Unmarshall an object event if the string doesn't contain
namespaces on root element from InputStream
- unmarshalNamespaceAware(InputStream, Class<T>) - Method in class ru.greatbit.utils.serialize.xml.XMLUnmarshaller
-
Unmarshall an object event if the string doesn't contain
namespaces on root element from InputStream