public interface SerializableFormat<T extends Serializable>
| Modifier and Type | Method and Description |
|---|---|
String |
format(T object,
ParserContext context) |
T |
parse(String value,
ParserContext context) |
String format(T object, ParserContext context)
T parse(String value, ParserContext context) throws ParseException
ParseExceptionCopyright © 2020 Blazebit. All rights reserved.