Modifier and Type | Method and Description |
---|---|
protected void |
AnnotationReflectionConverter.marshallField(MarshallingContext context,
Object newObj,
Field field)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SingleValueConverterWrapper.marshal(Object source,
HierarchicalStreamWriter writer,
MarshallingContext context) |
void |
Converter.marshal(Object source,
HierarchicalStreamWriter writer,
MarshallingContext context)
Convert an object to textual data.
|
Modifier and Type | Method and Description |
---|---|
void |
NullConverter.marshal(Object source,
HierarchicalStreamWriter writer,
MarshallingContext context) |
void |
CharConverter.marshal(Object source,
HierarchicalStreamWriter writer,
MarshallingContext context) |
void |
AbstractBasicConverter.marshal(Object source,
HierarchicalStreamWriter writer,
MarshallingContext context)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
EnumConverter.marshal(Object source,
HierarchicalStreamWriter writer,
MarshallingContext context) |
void |
EnumMapConverter.marshal(Object source,
HierarchicalStreamWriter writer,
MarshallingContext context) |
void |
EnumSetConverter.marshal(Object source,
HierarchicalStreamWriter writer,
MarshallingContext context) |
Modifier and Type | Method and Description |
---|---|
void |
JavaBeanConverter.marshal(Object source,
HierarchicalStreamWriter writer,
MarshallingContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SerializableConverter.doMarshal(Object source,
HierarchicalStreamWriter writer,
MarshallingContext context) |
protected void |
AbstractReflectionConverter.doMarshal(Object source,
HierarchicalStreamWriter writer,
MarshallingContext context) |
protected void |
SerializableConverter.doMarshalConditionally(Object source,
HierarchicalStreamWriter writer,
MarshallingContext context) |
void |
SelfStreamingInstanceChecker.marshal(Object source,
HierarchicalStreamWriter writer,
MarshallingContext context) |
void |
CGLIBEnhancedConverter.marshal(Object source,
HierarchicalStreamWriter writer,
MarshallingContext context) |
void |
AbstractReflectionConverter.marshal(Object original,
HierarchicalStreamWriter writer,
MarshallingContext context) |
void |
ExternalizableConverter.marshal(Object source,
HierarchicalStreamWriter writer,
MarshallingContext context) |
protected void |
AbstractReflectionConverter.marshallField(MarshallingContext context,
Object newObj,
Field field) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractReferenceMarshaller
Abstract base class for a TreeMarshaller, that can build references.
|
class |
ReferenceByIdMarshaller |
class |
ReferenceByXPathMarshaller |
class |
TreeMarshaller |
Copyright © 2021 Internet2. All rights reserved.