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