| Package | Description |
|---|---|
| com.peterphi.std.types | |
| com.peterphi.std.xstream |
| Modifier and Type | Field and Description |
|---|---|
static BooleanMessage |
BooleanMessage.FALSE |
static BooleanMessage |
BooleanMessage.TRUE |
| Modifier and Type | Method and Description |
|---|---|
static BooleanMessage |
XStreamHelper.serialise(File f,
Object o)
Uses the default XStream instance to serialise an object to a File
|
BooleanMessage |
XSHelper.serialise(File f,
Object o)
Serialises an object into an OutputStream
|
static BooleanMessage |
XStreamHelper.serialise(OutputStream os,
Object o)
Uses the default XStream instance to serialise an object to an OutputStream
|
BooleanMessage |
XSHelper.serialise(OutputStream os,
Object o)
Serialises an object into an OutputStream
|
BooleanMessage |
XSHelper.serialise(Writer os,
Object o)
Serialises an object into an OutputStream
|
Copyright © 2015. All rights reserved.