Samples JDK
List of all members | Public Member Functions
com.freemindcafe.serialization.SerializationSvc Class Reference

Public Member Functions

 SerializationSvc (String aliasConfFileClassPath)
 
 SerializationSvc (String aliasConfFileClassPath, XStream xstream, XStream jsonxstream)
 
void addAlias (String alias, Class klass)
 
String toXML (Object obj)
 
Object fromXML (String s)
 
String toJSON (Object obj)
 
Object fromJSON (String s)
 
byte[] toBytes (Object obj)
 
Object fromBytes (byte[] bytes)
 
String getAliasConfFileName ()
 
String deCompress (byte[] bytes)
 
byte[] compress (String str)
 

The documentation for this class was generated from the following file: