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 StringCodecJVM.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 TypeClassDescriptionclassEncodes binary data to plain text as Base64.classBase64 codec implementation based on java.util.Base64.classBase64 codec implementation based on JAXB.