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