Encodes the given choice into a String sufficient to uniquely identify the choice. This may not sufficiently encode to be stored into a file or format which restricts certain characters (such as URLs), it simply encodes into an identifying String. There is no guarantee that this encoding is human re
(T item)
| 37 | * @return A String sufficient to uniquely identify the choice. |
| 38 | */ |
| 39 | public String encodeChoice(T item); |
| 40 | |
| 41 | /** |
| 42 | * Decodes a given String into a choice of the appropriate type. The String |
no outgoing calls