public abstract class ObjectHelper extends Object
Constructor and Description |
---|
ObjectHelper() |
Modifier and Type | Method and Description |
---|---|
static Object |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
Object that) |
static Object |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
Object value) |
public static TypeCode type()
public static String id()
public static Object read(InputStream istream)
public static void write(OutputStream ostream, Object value)
Copyright © 2016 JBoss by Red Hat. All rights reserved.