public interface Parsable<T>
It's a little similar to Serializable.
But this interface requests that text string dumped by objects are in human readable format.
| Modifier and Type | Method and Description |
|---|---|
T |
parse(String text) |
String |
toString() |
Copyright © 2019. All rights reserved.