Unparses the given Object into a Collection of String objects, for each token that would be on the object. @param loadable The loadable object to be unparsed into the tokens used to persist the object @return A Collection of Strings representing the tokens that are part of the
(T loadable)
| 134 | * persistent format of the given Loadable |
| 135 | */ |
| 136 | public <T extends Loadable> Collection<String> unparse(T loadable); |
| 137 | |
| 138 | /* |
| 139 | * Output Messages |
no outgoing calls