it.gotoandplay.smartfoxclient.util
Class SFSObjectSerializer

java.lang.Object
  extended by it.gotoandplay.smartfoxclient.util.SFSObjectSerializer

public class SFSObjectSerializer
extends java.lang.Object

Author:
Lapo

Constructor Summary
SFSObjectSerializer()
           
 
Method Summary
static SFSObject deserialize(java.lang.String xmlData)
           
static void dumpAsObj(SFSObject ao)
           
static java.lang.String serialize(SFSObject ao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFSObjectSerializer

public SFSObjectSerializer()
Method Detail

deserialize

public static SFSObject deserialize(java.lang.String xmlData)

serialize

public static java.lang.String serialize(SFSObject ao)

dumpAsObj

public static void dumpAsObj(SFSObject ao)