Uses of Interface
com.thoughtworks.xstream.converters.MarshallingContext
-
Packages that use MarshallingContext Package Description com.thoughtworks.xstream.annotations com.thoughtworks.xstream.converters com.thoughtworks.xstream.converters.basic Converters for common basic types in Java.com.thoughtworks.xstream.converters.collections Converters for collection objects that write their items as nested elements, such as arrays, Lists, Sets and Maps.com.thoughtworks.xstream.converters.enums com.thoughtworks.xstream.converters.extended Extra converters that may not be enabled in XStream by default.com.thoughtworks.xstream.converters.javabean com.thoughtworks.xstream.converters.reflection com.thoughtworks.xstream.converters.time Extra converters for the java.time package.com.thoughtworks.xstream.core com.thoughtworks.xstream.core.util -
-
Uses of MarshallingContext in com.thoughtworks.xstream.annotations
Methods in com.thoughtworks.xstream.annotations with parameters of type MarshallingContext Modifier and Type Method Description protected voidAnnotationReflectionConverter. marshallField(MarshallingContext context, java.lang.Object newObj, java.lang.reflect.Field field)Deprecated. -
Uses of MarshallingContext in com.thoughtworks.xstream.converters
Methods in com.thoughtworks.xstream.converters with parameters of type MarshallingContext Modifier and Type Method Description voidConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)Convert an object to textual data.voidSingleValueConverterWrapper. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context) -
Uses of MarshallingContext in com.thoughtworks.xstream.converters.basic
Methods in com.thoughtworks.xstream.converters.basic with parameters of type MarshallingContext Modifier and Type Method Description voidCharConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidNullConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context) -
Uses of MarshallingContext in com.thoughtworks.xstream.converters.collections
Methods in com.thoughtworks.xstream.converters.collections with parameters of type MarshallingContext Modifier and Type Method Description abstract voidAbstractCollectionConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidArrayConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidBitSetConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidCharArrayConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidCollectionConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidMapConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidPropertiesConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidTreeMapConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidTreeSetConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidWeakHashMapConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)protected voidTreeMapConverter. marshalComparator(java.util.Comparator comparator, HierarchicalStreamWriter writer, MarshallingContext context)protected voidAbstractCollectionConverter. writeBareItem(java.lang.Object item, MarshallingContext context, HierarchicalStreamWriter writer)Write the bare item of the collection into the writer.protected voidAbstractCollectionConverter. writeCompleteItem(java.lang.Object item, MarshallingContext context, HierarchicalStreamWriter writer)Write an item of the collection into the writer including surrounding tags.protected voidAbstractCollectionConverter. writeItem(java.lang.Object item, MarshallingContext context, HierarchicalStreamWriter writer)Deprecated.As of 1.4.11 useAbstractCollectionConverter.writeCompleteItem(Object, MarshallingContext, HierarchicalStreamWriter)instead.protected voidAbstractCollectionConverter. writeNullItem(MarshallingContext context, HierarchicalStreamWriter writer)Write a null item of the collection into the writer. -
Uses of MarshallingContext in com.thoughtworks.xstream.converters.enums
Methods in com.thoughtworks.xstream.converters.enums with parameters of type MarshallingContext Modifier and Type Method Description voidEnumConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidEnumMapConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidEnumSetConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context) -
Uses of MarshallingContext in com.thoughtworks.xstream.converters.extended
Methods in com.thoughtworks.xstream.converters.extended with parameters of type MarshallingContext Modifier and Type Method Description voidActivationDataFlavorConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidAtomicBooleanConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidAtomicIntegerConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidAtomicLongConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidAtomicReferenceConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidColorConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidDynamicProxyConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidEncodedByteArrayConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidFontConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidGregorianCalendarConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidJavaFieldConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidJavaMethodConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidNamedArrayConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidNamedMapConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidOptionalConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidOptionalDoubleConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidOptionalIntConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidOptionalLongConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidRegexPatternConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidSubjectConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidThrowableConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidToAttributedValueConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)protected voidSubjectConverter. marshalPrincipals(java.util.Set principals, HierarchicalStreamWriter writer, MarshallingContext context)protected voidSubjectConverter. marshalPrivateCredentials(java.util.Set privCredentials, HierarchicalStreamWriter writer, MarshallingContext context)protected voidSubjectConverter. marshalPublicCredentials(java.util.Set pubCredentials, HierarchicalStreamWriter writer, MarshallingContext context)protected voidNamedCollectionConverter. writeCompleteItem(java.lang.Object item, MarshallingContext context, HierarchicalStreamWriter writer)protected voidNamedCollectionConverter. writeItem(java.lang.Object item, MarshallingContext context, HierarchicalStreamWriter writer)Deprecated.As of 1.4.11 useNamedCollectionConverter.writeCompleteItem(Object, MarshallingContext, HierarchicalStreamWriter)instead.protected voidNamedMapConverter. writeItem(java.lang.String name, java.lang.Class type, java.lang.Object item, MarshallingContext context, HierarchicalStreamWriter writer) -
Uses of MarshallingContext in com.thoughtworks.xstream.converters.javabean
Methods in com.thoughtworks.xstream.converters.javabean with parameters of type MarshallingContext Modifier and Type Method Description voidJavaBeanConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context) -
Uses of MarshallingContext in com.thoughtworks.xstream.converters.reflection
Methods in com.thoughtworks.xstream.converters.reflection with parameters of type MarshallingContext Modifier and Type Method Description protected voidAbstractReflectionConverter. doMarshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidSerializableConverter. doMarshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)protected voidSerializableConverter. doMarshalConditionally(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidAbstractReflectionConverter. marshal(java.lang.Object original, HierarchicalStreamWriter writer, MarshallingContext context)voidCGLIBEnhancedConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidExternalizableConverter. marshal(java.lang.Object original, HierarchicalStreamWriter writer, MarshallingContext context)voidLambdaConverter. marshal(java.lang.Object original, HierarchicalStreamWriter writer, MarshallingContext context)protected voidAbstractReflectionConverter. marshallField(MarshallingContext context, java.lang.Object newObj, java.lang.reflect.Field field)protected voidSerializableConverter. marshalUnserializableParent(HierarchicalStreamWriter writer, MarshallingContext context, java.lang.Object replacedSource) -
Uses of MarshallingContext in com.thoughtworks.xstream.converters.time
Methods in com.thoughtworks.xstream.converters.time with parameters of type MarshallingContext Modifier and Type Method Description voidSystemClockConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidValueRangeConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)voidWeekFieldsConverter. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context) -
Uses of MarshallingContext in com.thoughtworks.xstream.core
Subinterfaces of MarshallingContext in com.thoughtworks.xstream.core Modifier and Type Interface Description interfaceReferencingMarshallingContextAMarshallingContextthat manages references.Classes in com.thoughtworks.xstream.core that implement MarshallingContext Modifier and Type Class Description classAbstractReferenceMarshallerAbstract base class for a TreeMarshaller, that can build references.classReferenceByIdMarshallerclassReferenceByXPathMarshallerclassTreeMarshaller -
Uses of MarshallingContext in com.thoughtworks.xstream.core.util
Methods in com.thoughtworks.xstream.core.util with parameters of type MarshallingContext Modifier and Type Method Description voidSelfStreamingInstanceChecker. marshal(java.lang.Object source, HierarchicalStreamWriter writer, MarshallingContext context)
-