Uses of Interface
com.thoughtworks.xstream.core.StringCodec
-
Packages that use StringCodec 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 -
-
Uses of StringCodec in com.thoughtworks.xstream.converters.extended
Fields in com.thoughtworks.xstream.converters.extended declared as StringCodec Modifier and Type Field Description private StringCodec
EncodedByteArrayConverter. codec
Constructors in com.thoughtworks.xstream.converters.extended with parameters of type StringCodec Constructor Description EncodedByteArrayConverter(StringCodec stringCodec)
Constructs an EncodedByteArrayConverter with a provided string codec. -
Uses of StringCodec in com.thoughtworks.xstream.core
Fields in com.thoughtworks.xstream.core declared as StringCodec Modifier and Type Field Description private static StringCodec
JVM. base64Codec
Methods in com.thoughtworks.xstream.core that return StringCodec Modifier and Type Method Description static StringCodec
JVM. getBase64Codec()
Get an available Base64 implementation. -
Uses of StringCodec in com.thoughtworks.xstream.core.util
Classes in com.thoughtworks.xstream.core.util that implement StringCodec Modifier and Type Class 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.
-