Uses of Interface
com.thoughtworks.xstream.converters.MarshallingContext
Packages that use MarshallingContext
Package
Description
Converters for common basic types in Java.
Converters for collection objects that write their items as
nested elements, such as arrays, Lists, Sets and Maps.
Extra converters that may not be enabled in XStream by default.
Extra converters for the java.time package.
-
Uses of MarshallingContext in com.thoughtworks.xstream.annotations
Methods in com.thoughtworks.xstream.annotations with parameters of type MarshallingContextModifier and TypeMethodDescriptionprotected voidAnnotationReflectionConverter.marshallField(MarshallingContext context, Object newObj, Field field) Deprecated. -
Uses of MarshallingContext in com.thoughtworks.xstream.converters
Methods in com.thoughtworks.xstream.converters with parameters of type MarshallingContextModifier and TypeMethodDescriptionvoidConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) Convert an object to textual data.voidSingleValueConverterWrapper.marshal(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 MarshallingContextModifier and TypeMethodDescriptionvoidCharConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidNullConverter.marshal(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 MarshallingContextModifier and TypeMethodDescriptionabstract voidAbstractCollectionConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidArrayConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidBitSetConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidCharArrayConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidCollectionConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidMapConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidPropertiesConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidTreeMapConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidTreeSetConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidWeakHashMapConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) protected voidTreeMapConverter.marshalComparator(Comparator comparator, HierarchicalStreamWriter writer, MarshallingContext context) protected voidAbstractCollectionConverter.writeBareItem(Object item, MarshallingContext context, HierarchicalStreamWriter writer) Write the bare item of the collection into the writer.protected voidAbstractCollectionConverter.writeCompleteItem(Object item, MarshallingContext context, HierarchicalStreamWriter writer) Write an item of the collection into the writer including surrounding tags.protected voidAbstractCollectionConverter.writeItem(Object item, MarshallingContext context, HierarchicalStreamWriter writer) Deprecated.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 MarshallingContextModifier and TypeMethodDescriptionvoidEnumConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidEnumMapConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidEnumSetConverter.marshal(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 MarshallingContextModifier and TypeMethodDescriptionvoidActivationDataFlavorConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidAtomicBooleanConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidAtomicIntegerConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidAtomicLongConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidAtomicReferenceConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidColorConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidDynamicProxyConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidEncodedByteArrayConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidFontConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidGregorianCalendarConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidJavaFieldConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidJavaMethodConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidNamedArrayConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidNamedMapConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidOptionalConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidOptionalDoubleConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidOptionalIntConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidOptionalLongConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidRegexPatternConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidSubjectConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidThrowableConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidToAttributedValueConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) protected voidSubjectConverter.marshalPrincipals(Set principals, HierarchicalStreamWriter writer, MarshallingContext context) protected voidSubjectConverter.marshalPrivateCredentials(Set privCredentials, HierarchicalStreamWriter writer, MarshallingContext context) protected voidSubjectConverter.marshalPublicCredentials(Set pubCredentials, HierarchicalStreamWriter writer, MarshallingContext context) protected voidNamedCollectionConverter.writeCompleteItem(Object item, MarshallingContext context, HierarchicalStreamWriter writer) protected voidNamedCollectionConverter.writeItem(Object item, MarshallingContext context, HierarchicalStreamWriter writer) Deprecated.As of 1.4.11 useNamedCollectionConverter.writeCompleteItem(Object, MarshallingContext, HierarchicalStreamWriter)instead.protected voidNamedMapConverter.writeItem(String name, Class type, 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 MarshallingContextModifier and TypeMethodDescriptionvoidJavaBeanConverter.marshal(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 MarshallingContextModifier and TypeMethodDescriptionprotected voidAbstractReflectionConverter.doMarshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidSerializableConverter.doMarshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) protected voidSerializableConverter.doMarshalConditionally(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidAbstractReflectionConverter.marshal(Object original, HierarchicalStreamWriter writer, MarshallingContext context) voidCGLIBEnhancedConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidExternalizableConverter.marshal(Object original, HierarchicalStreamWriter writer, MarshallingContext context) voidLambdaConverter.marshal(Object original, HierarchicalStreamWriter writer, MarshallingContext context) protected voidAbstractReflectionConverter.marshallField(MarshallingContext context, Object newObj, Field field) protected voidSerializableConverter.marshalUnserializableParent(HierarchicalStreamWriter writer, MarshallingContext context, Object replacedSource) -
Uses of MarshallingContext in com.thoughtworks.xstream.converters.time
Methods in com.thoughtworks.xstream.converters.time with parameters of type MarshallingContextModifier and TypeMethodDescriptionvoidSystemClockConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidValueRangeConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) voidWeekFieldsConverter.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context) -
Uses of MarshallingContext in com.thoughtworks.xstream.core
Subinterfaces of MarshallingContext in com.thoughtworks.xstream.coreClasses in com.thoughtworks.xstream.core that implement MarshallingContextModifier and TypeClassDescriptionclassAbstract base class for a TreeMarshaller, that can build references.classclassclass -
Uses of MarshallingContext in com.thoughtworks.xstream.core.util
Methods in com.thoughtworks.xstream.core.util with parameters of type MarshallingContextModifier and TypeMethodDescriptionvoidSelfStreamingInstanceChecker.marshal(Object source, HierarchicalStreamWriter writer, MarshallingContext context)
AbstractCollectionConverter.writeCompleteItem(Object, MarshallingContext, HierarchicalStreamWriter)instead.