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