Uses of Interface
com.thoughtworks.xstream.core.StringCodec
Packages that use StringCodec
Package
Description
Extra converters that may not be enabled in XStream by default.
-
Uses of StringCodec in com.thoughtworks.xstream.converters.extended
Fields in com.thoughtworks.xstream.converters.extended declared as StringCodecConstructors in com.thoughtworks.xstream.converters.extended with parameters of type StringCodecModifierConstructorDescriptionEncodedByteArrayConverter
(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 StringCodecMethods in com.thoughtworks.xstream.core that return StringCodecModifier and TypeMethodDescriptionstatic 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 StringCodecModifier and TypeClassDescriptionclass
Encodes binary data to plain text as Base64.class
Base64 codec implementation based on java.util.Base64.class
Base64 codec implementation based on JAXB.