public interface ODataSerializer
| Modifier and Type | Method and Description | 
|---|---|
| <T> void | write(Writer writer,
     ResWrap<T> container) | 
| <T> void | write(Writer writer,
     T obj) | 
<T> void write(Writer writer, T obj) throws ODataSerializerException
ODataSerializerException<T> void write(Writer writer, ResWrap<T> container) throws ODataSerializerException
ODataSerializerExceptionCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.