public interface Stringifier<T>
Used with the @Stringify annotation to convert arbitrary objects to Strings.
Modifier and Type | Method and Description |
---|---|
T |
fromString(String str)
Convert the string back to a thing
|
String |
toString(T obj)
Convert the thing to a string
|
Copyright © 2018. All rights reserved.