com.fiverworks.xone.model
クラス StringMarshaler

java.lang.Object
  拡張com.fiverworks.xone.model.StringMarshaler

public class StringMarshaler
extends Object


メソッドの概要
static String getMarshaledString(XoneObject xo)
           
static XoneObject getUnmarshaledObject(String arg)
           
static void init()
           
static String marshal(XoneObject[] xos)
           
static String marshal(XoneObject[] xos, boolean compress)
           
static XoneObject[] unmarshal(String arg)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

init

public static void init()

unmarshal

public static XoneObject[] unmarshal(String arg)

getUnmarshaledObject

public static XoneObject getUnmarshaledObject(String arg)

marshal

public static String marshal(XoneObject[] xos)

marshal

public static String marshal(XoneObject[] xos,
                             boolean compress)

getMarshaledString

public static String getMarshaledString(XoneObject xo)