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
ODataSerializerException
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.