public abstract class ObjectHelper extends Object
ObjectHelper()
static Object
extract(Any a)
static String
id()
static void
insert(Any a, Object that)
read(InputStream istream)
static TypeCode
type()
write(OutputStream ostream, Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ObjectHelper()
public static void insert(Any a, Object that)
public static Object extract(Any a)
public static TypeCode type()
public static String id()
public static Object read(InputStream istream)
public static void write(OutputStream ostream, Object value)