|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.basics.nodecommon.SerializerUtil
public class SerializerUtil
Utility wrapper using the base serializer methods.
| Constructor Summary | |
|---|---|
SerializerUtil()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
msg2String(CharSerializer cs,
SandMessage msg)
Given a message, return the serialized message text as a string. |
static java.lang.String |
msgArray2String(CharSerializer cs,
SandMessage[] msgs)
Given a message, return the serialized message text as a string. |
static SandMessage |
string2Msg(CharSerializer cs,
java.lang.String msgText)
Given the serialized message text as a string, return the reconstituted message. |
static SandMessage[] |
string2MsgArray(CharSerializer cs,
java.lang.String msgText)
Given the serialized message text as a string, return the reconstituted message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SerializerUtil()
| Method Detail |
|---|
public static SandMessage string2Msg(CharSerializer cs,
java.lang.String msgText)
throws SerializerException
SerializerException
public static java.lang.String msg2String(CharSerializer cs,
SandMessage msg)
throws SerializerException
SerializerException
public static SandMessage[] string2MsgArray(CharSerializer cs,
java.lang.String msgText)
throws SerializerException
SerializerException
public static java.lang.String msgArray2String(CharSerializer cs,
SandMessage[] msgs)
throws SerializerException
SerializerException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||