Package | Description |
---|---|
com.thoughtworks.xstream.converters.extended |
Extra converters that may not be enabled in XStream by default.
|
com.thoughtworks.xstream.core | |
com.thoughtworks.xstream.core.util |
Constructor and Description |
---|
EncodedByteArrayConverter(StringCodec stringCodec)
Constructs an EncodedByteArrayConverter with a provided string codec.
|
Modifier and Type | Method and Description |
---|---|
static StringCodec |
JVM.getBase64Codec()
Get an available Base64 implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
Base64Encoder
Encodes binary data to plain text as Base64.
|
class |
Base64JavaUtilCodec
Base64 codec implementation based on java.util.Base64.
|
class |
Base64JAXBCodec
Base64 codec implementation based on JAXB.
|
Copyright © 2004–2020 XStream. All rights reserved.