public class DummyParserInstance extends Object implements net.runeduniverse.lib.rogm.parser.Parser.Instance
| Constructor and Description |
|---|
DummyParserInstance() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(Class<T> clazz,
String value) |
<T> void |
deserialize(T obj,
String value) |
String |
serialize(Object object) |
public String serialize(Object object) throws Exception
serialize in interface net.runeduniverse.lib.rogm.parser.Parser.InstanceExceptionpublic <T> T deserialize(Class<T> clazz, String value) throws Exception
deserialize in interface net.runeduniverse.lib.rogm.parser.Parser.InstanceExceptionCopyright © 2020–2022 RunedUniverse. All rights reserved.