public final class StructDefHelper extends Object
Constructor and Description |
---|
StructDefHelper() |
Modifier and Type | Method and Description |
---|---|
static StructDef |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
StructDef s) |
static StructDef |
narrow(Object obj) |
static StructDef |
read(InputStream in) |
static TypeCode |
type() |
static StructDef |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
StructDef s) |
public static TypeCode type()
public static String id()
public static StructDef read(InputStream in)
public static void write(OutputStream _out, StructDef s)
Copyright © 2013. All Rights Reserved.