public interface UriSerializable
| Modifier and Type | Field and Description |
|---|---|
static char |
URI_DELIM
Delimiter between multiple fields in a URI.
|
static char |
URI_NULL
Token to signify a null field in a URI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fromUri(String sUri)
Deserialize the object from a URI String.
|
String |
toUri()
Serialize the object into a URI.
|
static final char URI_DELIM
static final char URI_NULL
String toUri()
void fromUri(String sUri)
sUri - a String containing a URI-serialized form of the objectUnsupportedOperationExceptionIllegalStateExceptionIllegalArgumentException