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