public final class MARSHALHelper extends Object
Constructor and Description |
---|
MARSHALHelper() |
Modifier and Type | Method and Description |
---|---|
static MARSHAL |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
MARSHAL s) |
static MARSHAL |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
MARSHAL s) |
public static TypeCode type()
public static String id()
public static MARSHAL read(InputStream in)
public static void write(OutputStream out, MARSHAL s)
Copyright © 2016 JacORB. All rights reserved.