public abstract class TaggedProfileHelper extends Object
| Constructor and Description |
|---|
TaggedProfileHelper()
|
| Modifier and Type | Method and Description |
|---|---|
static TaggedProfile |
extract(Any
|
static String |
id()
|
static void |
insert(Any
|
static TaggedProfile |
read(InputStream
|
static TypeCode |
type()
|
static void |
write(OutputStream
|
public static void insert(Anya, TaggedProfile that)
public static TaggedProfileextract(Any a)
public static TypeCodetype()
public static Stringid()
public static TaggedProfileread(InputStream istream)
public static void write(OutputStreamostream, TaggedProfile value)