public class FixedFormatSerializerImpl extends Object implements org.apache.olingo.server.api.serializer.FixedFormatSerializer
| Constructor and Description |
|---|
FixedFormatSerializerImpl() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
asyncResponse(org.apache.olingo.server.api.ODataResponse odataResponse) |
InputStream |
batchResponse(List<org.apache.olingo.server.api.deserializer.batch.ODataResponsePart> batchResponses,
String boundary) |
InputStream |
binary(byte[] binary) |
InputStream |
count(Integer count) |
InputStream |
primitiveValue(org.apache.olingo.commons.api.edm.EdmPrimitiveType type,
Object value,
org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions options) |
public InputStream binary(byte[] binary) throws org.apache.olingo.server.api.serializer.SerializerException
binary in interface org.apache.olingo.server.api.serializer.FixedFormatSerializerorg.apache.olingo.server.api.serializer.SerializerExceptionpublic InputStream count(Integer count) throws org.apache.olingo.server.api.serializer.SerializerException
count in interface org.apache.olingo.server.api.serializer.FixedFormatSerializerorg.apache.olingo.server.api.serializer.SerializerExceptionpublic InputStream primitiveValue(org.apache.olingo.commons.api.edm.EdmPrimitiveType type, Object value, org.apache.olingo.server.api.serializer.PrimitiveValueSerializerOptions options) throws org.apache.olingo.server.api.serializer.SerializerException
primitiveValue in interface org.apache.olingo.server.api.serializer.FixedFormatSerializerorg.apache.olingo.server.api.serializer.SerializerExceptionpublic InputStream asyncResponse(org.apache.olingo.server.api.ODataResponse odataResponse) throws org.apache.olingo.server.api.serializer.SerializerException
asyncResponse in interface org.apache.olingo.server.api.serializer.FixedFormatSerializerorg.apache.olingo.server.api.serializer.SerializerExceptionpublic InputStream batchResponse(List<org.apache.olingo.server.api.deserializer.batch.ODataResponsePart> batchResponses, String boundary) throws org.apache.olingo.server.api.serializer.BatchSerializerException
batchResponse in interface org.apache.olingo.server.api.serializer.FixedFormatSerializerorg.apache.olingo.server.api.serializer.BatchSerializerExceptionCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.