Package com.thoughtworks.xstream.converters
package com.thoughtworks.xstream.converters
-
ClassDescriptionThrown by
Converter
implementations when they cannot convert an object to/from textual data.Converter implementations are responsible marshalling Java objects to/from textual data.Responsible for looking up the correct Converter implementation for a specific type.ConverterMatcher allows to match converters to classes by determining if a given type can be converted by the converter instance.An interface for the converter management.Holds generic data, to be used as seen fit by the user.To aid debugging, some components expose themselves as ErrorReporter indicating that they can add information in case of an error..To aid debugging, some components are passed an ErrorWriter when things go wrong, allowing them to add information to the error message that may be helpful to diagnose problems.Abstract base class for exceptions supporting an ErrorWriter.SingleValueConverter implementations are marshallable to/from a single value String representation.Wrapper to convert aSingleValueConverter
into aConverter
.