public interface UriSerializable
| Modifier and Type | Field | 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 | 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 objectUnsupportedOperationException - if the operation is not supportedIllegalStateException - if this is not an appropriate stateIllegalArgumentException - if there is an illegal argument