Methods in com.thoughtworks.xstream.converters.collections with parameters of type MarshallingContext |
void |
TreeSetConverter.marshal(java.lang.Object source,
HierarchicalStreamWriter writer,
MarshallingContext context)
|
void |
TreeMapConverter.marshal(java.lang.Object source,
HierarchicalStreamWriter writer,
MarshallingContext context)
|
void |
PropertiesConverter.marshal(java.lang.Object source,
HierarchicalStreamWriter writer,
MarshallingContext context)
|
void |
MapConverter.marshal(java.lang.Object source,
HierarchicalStreamWriter writer,
MarshallingContext context)
|
void |
CollectionConverter.marshal(java.lang.Object source,
HierarchicalStreamWriter writer,
MarshallingContext context)
|
void |
CharArrayConverter.marshal(java.lang.Object source,
HierarchicalStreamWriter writer,
MarshallingContext context)
|
void |
BitSetConverter.marshal(java.lang.Object source,
HierarchicalStreamWriter writer,
MarshallingContext context)
|
void |
ArrayConverter.marshal(java.lang.Object source,
HierarchicalStreamWriter writer,
MarshallingContext context)
|
abstract void |
AbstractCollectionConverter.marshal(java.lang.Object source,
HierarchicalStreamWriter writer,
MarshallingContext context)
|
protected void |
AbstractCollectionConverter.writeItem(java.lang.Object item,
MarshallingContext context,
HierarchicalStreamWriter writer)
|
Methods in com.thoughtworks.xstream.converters.extended with parameters of type MarshallingContext |
void |
ThrowableConverter.marshal(java.lang.Object source,
HierarchicalStreamWriter writer,
MarshallingContext context)
|
void |
RegexPatternConverter.marshal(java.lang.Object source,
HierarchicalStreamWriter writer,
MarshallingContext context)
|
void |
JavaMethodConverter.marshal(java.lang.Object source,
HierarchicalStreamWriter writer,
MarshallingContext context)
|
void |
GregorianCalendarConverter.marshal(java.lang.Object source,
HierarchicalStreamWriter writer,
MarshallingContext context)
|
void |
FontConverter.marshal(java.lang.Object source,
HierarchicalStreamWriter writer,
MarshallingContext context)
|
void |
EncodedByteArrayConverter.marshal(java.lang.Object source,
HierarchicalStreamWriter writer,
MarshallingContext context)
|
void |
DynamicProxyConverter.marshal(java.lang.Object source,
HierarchicalStreamWriter writer,
MarshallingContext context)
|
void |
ColorConverter.marshal(java.lang.Object source,
HierarchicalStreamWriter writer,
MarshallingContext context)
|