com.SecurePlay
Class SPUSerializeDeserializeClass
java.lang.Object
com.SecurePlay.SPUSerializeDeserializeClass
- public class SPUSerializeDeserializeClass
- extends java.lang.Object
- Author:
- IT GlobalSecure
- See Also:
- SecurePlay License Information
-

|
Field Summary |
(package private) static java.lang.String |
intDelim
|
(package private) static java.lang.String |
interMessDelim
|
(package private) static java.lang.String |
messDelim
|
|
Method Summary |
static SPMessageClass |
SPdeserialize(java.lang.String message)
This method takes a serialized messagestring and turns it into an instance of the SPMessageClass |
static java.lang.String |
SPserialize(SPMessageClass message)
This method takes an instance of the SPMessageClass and serializes it into a string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
intDelim
static java.lang.String intDelim
messDelim
static java.lang.String messDelim
interMessDelim
static java.lang.String interMessDelim
SPUSerializeDeserializeClass
public SPUSerializeDeserializeClass()
SPdeserialize
public static SPMessageClass SPdeserialize(java.lang.String message)
- This method takes a serialized messagestring and turns it into an instance of the SPMessageClass
- Parameters:
message - String - serialized message object
- Returns:
- messobj - SPMessageClass - an instance of SPMessageClass
SPserialize
public static java.lang.String SPserialize(SPMessageClass message)
- This method takes an instance of the SPMessageClass and serializes it into a string.
- Parameters:
message - SPMessageClass - a message to be seriealized into a string
- Returns:
- mstring - String - the serialized string of the message
2006 Copyright Filed by IT GlobalSecure, Inc. All Rights Reserved. Not to be used without authorization by Author. SecurePlay, IT GlobalSecure, and IT Armor are registered trademarks by IT GlobalSecure, Inc. Software protected by software license, and one or more the following U.S. and International patent numbers: U.S. Patent 6,030,288, U.S. Patent 6,165,072, European Patent Office EP1016049A1,and World Intellectual Property Organization WO9912135C1 and additional filings worldwide.