|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface UriSerializable
An interface for URI serialization.
| Field Summary | |
|---|---|
static char |
URI_DELIM
Delimiter between multiple fields in a URI. |
static char |
URI_NULL
Token to signify a null field in a URI. |
| Method Summary | |
|---|---|
void |
fromUri(String sUri)
Deserialize the object from a URI String. |
String |
toUri()
Serialize the object into a URI. |
| Field Detail |
|---|
static final char URI_DELIM
static final char URI_NULL
| Method Detail |
|---|
String toUri()
void fromUri(String sUri)
sUri - a String containing a URI-serialized form of the object
UnsupportedOperationException
IllegalStateException
IllegalArgumentException
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||