public class AtomSerializer extends Object implements ODataSerializer
| Constructor and Description |
|---|
AtomSerializer() |
AtomSerializer(boolean serverMode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
namespaces(XMLStreamWriter writer) |
void |
property(XMLStreamWriter writer,
Property property,
boolean standalone) |
<T> void |
write(Writer writer,
ResWrap<T> container) |
<T> void |
write(Writer writer,
T obj) |
public AtomSerializer()
public AtomSerializer(boolean serverMode)
protected void namespaces(XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionpublic void property(XMLStreamWriter writer, Property property, boolean standalone) throws XMLStreamException, EdmPrimitiveTypeException
public <T> void write(Writer writer, T obj) throws ODataSerializerException
write in interface ODataSerializerODataSerializerExceptionpublic <T> void write(Writer writer, ResWrap<T> container) throws ODataSerializerException
write in interface ODataSerializerODataSerializerExceptionCopyright © 2023. All rights reserved.