|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IEncodableType<TypeObject>
Interface which describing an encodable object.
| Method Summary | |
|---|---|
TypeObject |
fromString(String strObject)
Create a new object from a string. |
String |
toString(TypeObject object)
Convert an object into a string. |
| Method Detail |
|---|
String toString(TypeObject object)
object - The object
TypeObject fromString(String strObject)
strObject - The string
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||