<T> void |
ByteArrayInput.handleUnknownField(int fieldNumber,
Schema<T> schema) |
|
<T> void |
ByteBufferInput.handleUnknownField(int fieldNumber,
Schema<T> schema) |
|
<T> void |
CodedInput.handleUnknownField(int fieldNumber,
Schema<T> schema) |
|
<T> void |
FilterInput.handleUnknownField(int fieldNumber,
Schema<T> schema) |
|
<T> void |
GraphByteArrayInput.handleUnknownField(int fieldNumber,
Schema<T> schema) |
|
<T> void |
GraphCodedInput.handleUnknownField(int fieldNumber,
Schema<T> schema) |
|
<T> void |
Input.handleUnknownField(int fieldNumber,
Schema<T> schema) |
The underlying implementation should handle the unknown field.
|
<T> void |
JsonInput.handleUnknownField(int fieldNumber,
Schema<T> schema) |
|
<T> void |
KvpByteArrayInput.handleUnknownField(int fieldNumber,
Schema<T> schema) |
|
<T> void |
KvpInput.handleUnknownField(int fieldNumber,
Schema<T> schema) |
|
<T> void |
XmlInput.handleUnknownField(int fieldNumber,
Schema<T> schema) |
|
static <T> int |
GraphIOUtil.mergeDelimitedFrom(java.io.DataInput in,
T message,
Schema<T> schema) |
Used by the code generated messages that implement Externalizable .
|
static <T> int |
GraphIOUtil.mergeDelimitedFrom(java.io.InputStream in,
T message,
Schema<T> schema) |
Merges the message (delimited) from the InputStream using the given schema .
|
static <T> int |
GraphIOUtil.mergeDelimitedFrom(java.io.InputStream in,
T message,
Schema<T> schema,
LinkedBuffer buffer) |
Merges the message (delimited) from the InputStream using the given schema .
|
(package private) static <T> int |
IOUtil.mergeDelimitedFrom(java.io.DataInput in,
T message,
Schema<T> schema,
boolean decodeNestedMessageAsGroup) |
Used by the code generated messages that implement Externalizable .
|
(package private) static <T> int |
IOUtil.mergeDelimitedFrom(java.io.InputStream in,
byte[] buf,
T message,
Schema<T> schema,
boolean decodeNestedMessageAsGroup) |
The buf size limits the size of the message that must be read.
|
(package private) static <T> int |
IOUtil.mergeDelimitedFrom(java.io.InputStream in,
T message,
Schema<T> schema,
boolean decodeNestedMessageAsGroup) |
Merges the message (delimited) from the InputStream using the given schema .
|
static <T> int |
ProtobufIOUtil.mergeDelimitedFrom(java.io.DataInput in,
T message,
Schema<T> schema) |
Used by the code generated messages that implement Externalizable .
|
static <T> int |
ProtobufIOUtil.mergeDelimitedFrom(java.io.InputStream in,
T message,
Schema<T> schema) |
Merges the message (delimited) from the InputStream using the given schema .
|
static <T> int |
ProtobufIOUtil.mergeDelimitedFrom(java.io.InputStream in,
T message,
Schema<T> schema,
LinkedBuffer buffer) |
Merges the message (delimited) from the InputStream using the given schema .
|
static <T> int |
ProtostuffIOUtil.mergeDelimitedFrom(java.io.DataInput in,
T message,
Schema<T> schema) |
Used by the code generated messages that implement Externalizable .
|
static <T> int |
ProtostuffIOUtil.mergeDelimitedFrom(java.io.InputStream in,
T message,
Schema<T> schema) |
Merges the message (delimited) from the InputStream using the given schema .
|
static <T> int |
ProtostuffIOUtil.mergeDelimitedFrom(java.io.InputStream in,
T message,
Schema<T> schema,
LinkedBuffer buffer) |
Merges the message (delimited) from the InputStream using the given schema .
|
static <T> void |
GraphIOUtil.mergeFrom(byte[] data,
int offset,
int length,
T message,
Schema<T> schema) |
Merges the message with the byte array using the given schema .
|
static <T> void |
GraphIOUtil.mergeFrom(byte[] data,
T message,
Schema<T> schema) |
Merges the message with the byte array using the given schema .
|
static <T> void |
GraphIOUtil.mergeFrom(CodedInput input,
T message,
Schema<T> schema) |
Merges the message from the CodedInput using the given schema .
|
static <T> void |
GraphIOUtil.mergeFrom(java.io.InputStream in,
T message,
Schema<T> schema) |
Merges the message from the InputStream using the given schema .
|
static <T> void |
GraphIOUtil.mergeFrom(java.io.InputStream in,
T message,
Schema<T> schema,
LinkedBuffer buffer) |
Merges the message from the InputStream using the given schema .
|
(package private) static <T> void |
IOUtil.mergeFrom(byte[] data,
int offset,
int length,
T message,
Schema<T> schema,
boolean decodeNestedMessageAsGroup) |
Merges the message with the byte array using the given schema .
|
(package private) static <T> void |
IOUtil.mergeFrom(java.io.InputStream in,
byte[] buf,
T message,
Schema<T> schema,
boolean decodeNestedMessageAsGroup) |
Merges the message from the InputStream with the supplied buf to use.
|
(package private) static <T> void |
IOUtil.mergeFrom(java.io.InputStream in,
T message,
Schema<T> schema,
boolean decodeNestedMessageAsGroup) |
Merges the message from the InputStream using the given schema .
|
static <T> void |
JsonIOUtil.mergeFrom(byte[] data,
int offset,
int length,
T message,
Schema<T> schema,
boolean numeric) |
Merges the message with the byte array using the given schema .
|
static <T> void |
JsonIOUtil.mergeFrom(byte[] data,
T message,
Schema<T> schema,
boolean numeric) |
Merges the message with the byte array using the given schema .
|
static <T> void |
JsonIOUtil.mergeFrom(com.fasterxml.jackson.core.JsonParser parser,
T message,
Schema<T> schema,
boolean numeric) |
Merges the message from the JsonParser using the given schema .
|
static <T> void |
JsonIOUtil.mergeFrom(java.io.InputStream in,
T message,
Schema<T> schema,
boolean numeric) |
Merges the message from the InputStream using the given schema .
|
static <T> void |
JsonIOUtil.mergeFrom(java.io.InputStream in,
T message,
Schema<T> schema,
boolean numeric,
LinkedBuffer buffer) |
Merges the message from the InputStream using the given schema .
|
static <T> void |
JsonIOUtil.mergeFrom(java.io.Reader reader,
T message,
Schema<T> schema,
boolean numeric) |
Merges the message from the Reader using the given schema .
|
static <T> void |
ProtobufIOUtil.mergeFrom(byte[] data,
int offset,
int length,
T message,
Schema<T> schema) |
Merges the message with the byte array using the given schema .
|
static <T> void |
ProtobufIOUtil.mergeFrom(byte[] data,
T message,
Schema<T> schema) |
Merges the message with the byte array using the given schema .
|
static <T> void |
ProtobufIOUtil.mergeFrom(java.io.InputStream in,
T message,
Schema<T> schema) |
Merges the message from the InputStream using the given schema .
|
static <T> void |
ProtobufIOUtil.mergeFrom(java.io.InputStream in,
T message,
Schema<T> schema,
LinkedBuffer buffer) |
Merges the message from the InputStream using the given schema .
|
static <T> void |
ProtostuffIOUtil.mergeFrom(byte[] data,
int offset,
int length,
T message,
Schema<T> schema) |
Merges the message with the byte array using the given schema .
|
static <T> void |
ProtostuffIOUtil.mergeFrom(byte[] data,
T message,
Schema<T> schema) |
Merges the message with the byte array using the given schema .
|
static <T> void |
ProtostuffIOUtil.mergeFrom(java.io.InputStream in,
T message,
Schema<T> schema) |
Merges the message from the InputStream using the given schema .
|
static <T> void |
ProtostuffIOUtil.mergeFrom(java.io.InputStream in,
T message,
Schema<T> schema,
LinkedBuffer buffer) |
Merges the message from the InputStream using the given schema .
|
static <T> void |
SmileIOUtil.mergeFrom(byte[] data,
int offset,
int length,
T message,
Schema<T> schema,
boolean numeric) |
Merges the message with the byte array using the given schema .
|
static <T> void |
SmileIOUtil.mergeFrom(byte[] data,
T message,
Schema<T> schema,
boolean numeric) |
Merges the message with the byte array using the given schema .
|
static <T> void |
SmileIOUtil.mergeFrom(java.io.InputStream in,
T message,
Schema<T> schema,
boolean numeric) |
Merges the message from the InputStream using the given schema .
|
static <T> void |
SmileIOUtil.mergeFrom(java.io.InputStream in,
T message,
Schema<T> schema,
boolean numeric,
LinkedBuffer buffer) |
Merges the message from the InputStream using the given schema .
|
static <T> void |
XmlIOUtil.mergeFrom(byte[] data,
int offset,
int len,
T message,
Schema<T> schema) |
Merges the message with the byte array using the given schema .
|
static <T> void |
XmlIOUtil.mergeFrom(byte[] data,
int offset,
int len,
T message,
Schema<T> schema,
javax.xml.stream.XMLInputFactory inFactory) |
Merges the message with the byte array using the given schema .
|
static <T> void |
XmlIOUtil.mergeFrom(byte[] data,
T message,
Schema<T> schema) |
Merges the message with the byte array using the given schema .
|
static <T> void |
XmlIOUtil.mergeFrom(java.io.InputStream in,
T message,
Schema<T> schema) |
Merges the message from the InputStream using the given schema .
|
static <T> void |
XmlIOUtil.mergeFrom(java.io.InputStream in,
T message,
Schema<T> schema,
javax.xml.stream.XMLInputFactory inFactory) |
Merges the message from the InputStream using the given schema .
|
static <T> void |
XmlIOUtil.mergeFrom(java.io.Reader r,
T message,
Schema<T> schema) |
Merges the message from the Reader using the given schema .
|
static <T> void |
XmlIOUtil.mergeFrom(java.io.Reader r,
T message,
Schema<T> schema,
javax.xml.stream.XMLInputFactory inFactory) |
Merges the message from the Reader using the given schema .
|
static <T> void |
XmlIOUtil.mergeFrom(javax.xml.stream.XMLStreamReader parser,
T message,
Schema<T> schema) |
Merges the message from the XMLStreamReader using the given schema .
|
<T> T |
ByteArrayInput.mergeObject(T value,
Schema<T> schema) |
|
<T> T |
ByteBufferInput.mergeObject(T value,
Schema<T> schema) |
|
<T> T |
CodedInput.mergeObject(T value,
Schema<T> schema) |
|
<T> T |
FilterInput.mergeObject(T value,
Schema<T> schema) |
|
<T> T |
GraphByteArrayInput.mergeObject(T value,
Schema<T> schema) |
|
<T> T |
GraphCodedInput.mergeObject(T value,
Schema<T> schema) |
|
<T> T |
Input.mergeObject(T value,
Schema<T> schema) |
Merges an object(with schema) field value.
|
<T> T |
JsonInput.mergeObject(T value,
Schema<T> schema) |
|
<T> T |
KvpByteArrayInput.mergeObject(T value,
Schema<T> schema) |
|
<T> T |
KvpInput.mergeObject(T value,
Schema<T> schema) |
|
<T> T |
XmlInput.mergeObject(T value,
Schema<T> schema) |
|
private <T> T |
ByteArrayInput.mergeObjectEncodedAsGroup(T value,
Schema<T> schema) |
|
private <T> T |
ByteBufferInput.mergeObjectEncodedAsGroup(T value,
Schema<T> schema) |
|
private <T> T |
CodedInput.mergeObjectEncodedAsGroup(T value,
Schema<T> schema) |
Reads a message field value from the stream (using the group encoding).
|
static <T> boolean |
GraphIOUtil.optMergeDelimitedFrom(java.io.InputStream in,
T message,
Schema<T> schema,
boolean drainRemainingBytesIfTooLarge,
LinkedBuffer buffer) |
Optimal/Optional mergeDelimitedFrom - If the message does not fit the buffer, no merge is done and this method
will return false.
|
static <T> boolean |
GraphIOUtil.optMergeDelimitedFrom(java.io.InputStream in,
T message,
Schema<T> schema,
LinkedBuffer buffer) |
Optimal/Optional mergeDelimitedFrom - If the message does not fit the buffer, no merge is done and this method
will return false.
|
static <T> boolean |
ProtobufIOUtil.optMergeDelimitedFrom(java.io.InputStream in,
T message,
Schema<T> schema,
boolean drainRemainingBytesIfTooLarge,
LinkedBuffer buffer) |
Optimal/Optional mergeDelimitedFrom - If the message does not fit the buffer, no merge is done and this method
will return false.
|
static <T> boolean |
ProtobufIOUtil.optMergeDelimitedFrom(java.io.InputStream in,
T message,
Schema<T> schema,
LinkedBuffer buffer) |
Optimal/Optional mergeDelimitedFrom - If the message does not fit the buffer, no merge is done and this method
will return false.
|
static <T> boolean |
ProtostuffIOUtil.optMergeDelimitedFrom(java.io.InputStream in,
T message,
Schema<T> schema,
boolean drainRemainingBytesIfTooLarge,
LinkedBuffer buffer) |
Optimal/Optional mergeDelimitedFrom - If the message does not fit the buffer, no merge is done and this method
will return false.
|
static <T> boolean |
ProtostuffIOUtil.optMergeDelimitedFrom(java.io.InputStream in,
T message,
Schema<T> schema,
LinkedBuffer buffer) |
Optimal/Optional mergeDelimitedFrom - If the message does not fit the buffer, no merge is done and this method
will return false.
|
static <T> int |
GraphIOUtil.optWriteDelimitedTo(java.io.OutputStream out,
T message,
Schema<T> schema,
LinkedBuffer buffer) |
Optimal writeDelimitedTo - The varint32 prefix is written to the buffer instead of directly writing to
outputstream.
|
static <T> int |
ProtobufIOUtil.optWriteDelimitedTo(java.io.OutputStream out,
T message,
Schema<T> schema,
LinkedBuffer buffer) |
Optimal writeDelimitedTo - The varint32 prefix is written to the buffer instead of directly writing to
outputstream.
|
static <T> int |
ProtostuffIOUtil.optWriteDelimitedTo(java.io.OutputStream out,
T message,
Schema<T> schema,
LinkedBuffer buffer) |
Optimal writeDelimitedTo - The varint32 prefix is written to the buffer instead of directly writing to
outputstream.
|
static <T> java.util.List<T> |
JsonIOUtil.parseListFrom(com.fasterxml.jackson.core.JsonParser parser,
Schema<T> schema,
boolean numeric) |
Parses the messages from the parser using the given schema .
|
static <T> java.util.List<T> |
JsonIOUtil.parseListFrom(java.io.InputStream in,
Schema<T> schema,
boolean numeric) |
Parses the messages from the stream using the given schema .
|
static <T> java.util.List<T> |
JsonIOUtil.parseListFrom(java.io.InputStream in,
Schema<T> schema,
boolean numeric,
LinkedBuffer buffer) |
Parses the messages from the stream using the given schema .
|
static <T> java.util.List<T> |
JsonIOUtil.parseListFrom(java.io.Reader reader,
Schema<T> schema,
boolean numeric) |
Parses the messages from the reader using the given schema .
|
static <T> java.util.List<T> |
ProtobufIOUtil.parseListFrom(java.io.InputStream in,
Schema<T> schema) |
Parses the messages (delimited) from the InputStream using the given schema .
|
static <T> java.util.List<T> |
ProtostuffIOUtil.parseListFrom(java.io.InputStream in,
Schema<T> schema) |
Parses the messages (delimited) from the InputStream using the given schema .
|
static <T> java.util.List<T> |
SmileIOUtil.parseListFrom(java.io.InputStream in,
Schema<T> schema,
boolean numeric) |
Parses the messages from the stream using the given schema .
|
static <T> java.util.List<T> |
SmileIOUtil.parseListFrom(java.io.InputStream in,
Schema<T> schema,
boolean numeric,
LinkedBuffer buffer) |
Parses the messages from the stream using the given schema .
|
static <T> java.util.List<T> |
XmlIOUtil.parseListFrom(java.io.InputStream in,
Schema<T> schema) |
Parses the messages from the InputStream using the given schema .
|
static <T> java.util.List<T> |
XmlIOUtil.parseListFrom(java.io.InputStream in,
Schema<T> schema,
javax.xml.stream.XMLInputFactory inFactory) |
Parses the messages from the InputStream using the given schema .
|
static <T> java.util.List<T> |
XmlIOUtil.parseListFrom(javax.xml.stream.XMLStreamReader parser,
Schema<T> schema) |
Parses the messages from the XMLStreamReader using the given schema .
|
<T> int |
ByteArrayInput.readFieldNumber(Schema<T> schema) |
|
<T> int |
ByteBufferInput.readFieldNumber(Schema<T> schema) |
|
<T> int |
CodedInput.readFieldNumber(Schema<T> schema) |
|
<T> int |
FilterInput.readFieldNumber(Schema<T> schema) |
|
<T> int |
GraphByteArrayInput.readFieldNumber(Schema<T> schema) |
|
<T> int |
GraphCodedInput.readFieldNumber(Schema<T> schema) |
|
<T> int |
Input.readFieldNumber(Schema<T> schema) |
Reads the field number of a message/object tied to the given schema .
|
<T> int |
JsonInput.readFieldNumber(Schema<T> schema) |
|
private <T> int |
JsonInput.readFieldNumber(Schema<T> schema,
com.fasterxml.jackson.core.JsonParser parser) |
|
<T> int |
KvpByteArrayInput.readFieldNumber(Schema<T> schema) |
|
<T> int |
KvpInput.readFieldNumber(Schema<T> schema) |
|
<T> int |
XmlInput.readFieldNumber(Schema<T> schema) |
|
static <T> byte[] |
GraphIOUtil.toByteArray(T message,
Schema<T> schema,
LinkedBuffer buffer) |
Serializes the message into a byte array using the given schema.
|
static <T> byte[] |
JsonIOUtil.toByteArray(T message,
Schema<T> schema,
boolean numeric) |
Serializes the message into a byte array using the given schema .
|
static <T> byte[] |
JsonIOUtil.toByteArray(T message,
Schema<T> schema,
boolean numeric,
LinkedBuffer buffer) |
Serializes the message into a byte array using the given schema .
|
static <T> byte[] |
JsonXIOUtil.toByteArray(T message,
Schema<T> schema,
boolean numeric,
LinkedBuffer buffer) |
|
static <T> byte[] |
ProtobufIOUtil.toByteArray(T message,
Schema<T> schema,
LinkedBuffer buffer) |
Serializes the message into a byte array using the given schema.
|
static <T> byte[] |
ProtostuffIOUtil.toByteArray(T message,
Schema<T> schema,
LinkedBuffer buffer) |
Serializes the message into a byte array using the given schema.
|
static <T> byte[] |
SmileIOUtil.toByteArray(T message,
Schema<T> schema,
boolean numeric) |
Serializes the message into a byte array using the given schema .
|
static <T> byte[] |
SmileIOUtil.toByteArray(T message,
Schema<T> schema,
boolean numeric,
LinkedBuffer buffer) |
Serializes the message into a byte array using the given schema .
|
static <T> byte[] |
XmlIOUtil.toByteArray(T message,
Schema<T> schema) |
Serializes the message into a byte array.
|
static <T> byte[] |
XmlIOUtil.toByteArray(T message,
Schema<T> schema,
javax.xml.stream.XMLOutputFactory outFactory) |
Serializes the message into a byte array.
|
static <T> byte[] |
XmlXIOUtil.toByteArray(T message,
Schema<T> schema,
LinkedBuffer buffer) |
Serializes the message into a byte array using the given schema.
|
static <T> byte[] |
YamlIOUtil.toByteArray(T message,
Schema<T> schema,
LinkedBuffer buffer) |
Serializes the message into a byte array with the supplied buffer.
|
void |
JsonOutput.updateLast(Schema<?> schema,
Schema<?> lastSchema) |
|
void |
JsonXOutput.updateLast(Schema<?> schema,
Schema<?> lastSchema) |
|
void |
StatefulOutput.updateLast(Schema<?> schema,
Schema<?> lastSchema) |
Updates the schema if lastSchema was indeed the last schema used.
|
void |
XmlOutput.updateLast(Schema<?> schema,
Schema<?> lastSchema) |
|
void |
XmlXOutput.updateLast(Schema<?> schema,
Schema<?> lastSchema) |
|
void |
YamlOutput.updateLast(Schema<?> schema,
Schema<?> lastSchema) |
|
JsonOutput |
JsonOutput.use(Schema<?> schema) |
Before serializing a message/object tied to a schema, this should be called.
|
JsonXOutput |
JsonXOutput.use(Schema<?> schema) |
Before serializing a message/object tied to a schema, this should be called.
|
KvpOutput |
KvpOutput.use(Schema<?> schema,
boolean clearBuffer) |
|
XmlOutput |
XmlOutput.use(Schema<?> schema) |
|
XmlXOutput |
XmlXOutput.use(Schema<?> schema) |
Before serializing a message/object tied to a schema, this should be called.
|
YamlOutput |
YamlOutput.use(Schema<?> schema) |
Before serializing a message/object tied to a schema, this should be called.
|
static <T> int |
GraphIOUtil.writeDelimitedTo(java.io.DataOutput out,
T message,
Schema<T> schema) |
Used by the code generated messages that implement Externalizable .
|
static <T> int |
GraphIOUtil.writeDelimitedTo(java.io.OutputStream out,
T message,
Schema<T> schema,
LinkedBuffer buffer) |
Serializes the message , prefixed with its length, into an OutputStream .
|
static <T> int |
ProtobufIOUtil.writeDelimitedTo(java.io.DataOutput out,
T message,
Schema<T> schema) |
Used by the code generated messages that implement Externalizable .
|
static <T> int |
ProtobufIOUtil.writeDelimitedTo(java.io.OutputStream out,
T message,
Schema<T> schema,
LinkedBuffer buffer) |
Serializes the message , prefixed with its length, into an OutputStream .
|
static <T> int |
ProtostuffIOUtil.writeDelimitedTo(java.io.DataOutput out,
T message,
Schema<T> schema) |
Used by the code generated messages that implement Externalizable .
|
static <T> int |
ProtostuffIOUtil.writeDelimitedTo(java.io.OutputStream out,
T message,
Schema<T> schema,
LinkedBuffer buffer) |
Serializes the message , prefixed with its length, into an OutputStream .
|
static <T> void |
JsonIOUtil.writeListTo(com.fasterxml.jackson.core.JsonGenerator generator,
java.util.List<T> messages,
Schema<T> schema,
boolean numeric) |
Serializes the messages into the generator using the given schema.
|
static <T> void |
JsonIOUtil.writeListTo(java.io.OutputStream out,
java.util.List<T> messages,
Schema<T> schema,
boolean numeric) |
Serializes the messages into the stream using the given schema.
|
static <T> void |
JsonIOUtil.writeListTo(java.io.OutputStream out,
java.util.List<T> messages,
Schema<T> schema,
boolean numeric,
LinkedBuffer buffer) |
Serializes the messages into the stream using the given schema.
|
static <T> void |
JsonIOUtil.writeListTo(java.io.Writer writer,
java.util.List<T> messages,
Schema<T> schema,
boolean numeric) |
Serializes the messages into the writer using the given schema.
|
static <T> void |
JsonXIOUtil.writeListTo(LinkedBuffer buffer,
java.util.List<T> messages,
Schema<T> schema,
boolean numeric) |
Serializes the messages into the LinkedBuffer using the given schema.
|
static <T> void |
JsonXIOUtil.writeListTo(java.io.OutputStream out,
java.util.List<T> messages,
Schema<T> schema,
boolean numeric,
LinkedBuffer buffer) |
Serializes the messages into the stream using the given schema with the supplied buffer.
|
static <T> int |
ProtobufIOUtil.writeListTo(java.io.OutputStream out,
java.util.List<T> messages,
Schema<T> schema,
LinkedBuffer buffer) |
Serializes the messages (delimited) into an OutputStream using the given schema.
|
static <T> int |
ProtostuffIOUtil.writeListTo(java.io.OutputStream out,
java.util.List<T> messages,
Schema<T> schema,
LinkedBuffer buffer) |
Serializes the messages (delimited) into an OutputStream using the given schema.
|
static <T> void |
SmileIOUtil.writeListTo(java.io.OutputStream out,
java.util.List<T> messages,
Schema<T> schema,
boolean numeric) |
Serializes the messages into the stream using the given schema.
|
static <T> void |
SmileIOUtil.writeListTo(java.io.OutputStream out,
java.util.List<T> messages,
Schema<T> schema,
boolean numeric,
LinkedBuffer buffer) |
Serializes the messages into the stream using the given schema.
|
static <T> void |
XmlIOUtil.writeListTo(java.io.OutputStream out,
java.util.List<T> messages,
Schema<T> schema) |
Serializes the messages into the OutputStream using the given schema.
|
static <T> void |
XmlIOUtil.writeListTo(java.io.OutputStream out,
java.util.List<T> messages,
Schema<T> schema,
javax.xml.stream.XMLOutputFactory outFactory) |
Serializes the messages into the OutputStream using the given schema.
|
static <T> void |
XmlIOUtil.writeListTo(javax.xml.stream.XMLStreamWriter writer,
java.util.List<T> messages,
Schema<T> schema) |
Serializes the messages into the XMLStreamWriter using the given schema.
|
static <T> int |
YamlIOUtil.writeListTo(LinkedBuffer buffer,
java.util.List<T> messages,
Schema<T> schema) |
Serializes the messages a LinkedBuffer using the given schema.
|
static <T> int |
YamlIOUtil.writeListTo(java.io.OutputStream out,
java.util.List<T> messages,
Schema<T> schema,
LinkedBuffer buffer) |
Serializes the messages into an OutputStream using the given schema with the supplied buffer.
|
<T> void |
FilterOutput.writeObject(int fieldNumber,
T value,
Schema<T> schema,
boolean repeated) |
|
<T> void |
GraphProtostuffOutput.writeObject(int fieldNumber,
T value,
Schema<T> schema,
boolean repeated) |
|
<T> void |
JsonOutput.writeObject(int fieldNumber,
T value,
Schema<T> schema,
boolean repeated) |
|
<T> void |
JsonXOutput.writeObject(int fieldNumber,
T value,
Schema<T> schema,
boolean repeated) |
|
<T> void |
KvpOutput.writeObject(int fieldNumber,
T value,
Schema<T> schema,
boolean repeated) |
|
<T> void |
LowCopyProtobufOutput.writeObject(int fieldNumber,
T value,
Schema<T> schema,
boolean repeated) |
|
<T> void |
LowCopyProtostuffOutput.writeObject(int fieldNumber,
T value,
Schema<T> schema,
boolean repeated) |
|
<T> void |
Output.writeObject(int fieldNumber,
T value,
Schema<T> schema,
boolean repeated) |
Writes an object(using its schema) field.
|
<T> void |
ProtobufOutput.writeObject(int fieldNumber,
T value,
Schema<T> schema,
boolean repeated) |
|
<T> void |
ProtostuffOutput.writeObject(int fieldNumber,
T value,
Schema<T> schema,
boolean repeated) |
|
<T> void |
XmlOutput.writeObject(int fieldNumber,
T value,
Schema<T> schema,
boolean repeated) |
|
<T> void |
XmlXOutput.writeObject(int fieldNumber,
T value,
Schema<T> schema,
boolean repeated) |
|
<T> void |
YamlOutput.writeObject(int fieldNumber,
T value,
Schema<T> schema,
boolean repeated) |
|
static <T> int |
GraphIOUtil.writeTo(LinkedBuffer buffer,
T message,
Schema<T> schema) |
Writes the message into the LinkedBuffer using the given schema.
|
static <T> int |
GraphIOUtil.writeTo(java.io.OutputStream out,
T message,
Schema<T> schema,
LinkedBuffer buffer) |
Serializes the message into an OutputStream using the given schema.
|
static <T> void |
JsonIOUtil.writeTo(com.fasterxml.jackson.core.JsonGenerator generator,
T message,
Schema<T> schema,
boolean numeric) |
Serializes the message into a JsonGenerator using the given schema .
|
static <T> void |
JsonIOUtil.writeTo(java.io.OutputStream out,
T message,
Schema<T> schema,
boolean numeric) |
Serializes the message into an OutputStream using the given schema .
|
static <T> void |
JsonIOUtil.writeTo(java.io.OutputStream out,
T message,
Schema<T> schema,
boolean numeric,
LinkedBuffer buffer) |
Serializes the message into an OutputStream using the given schema .
|
static <T> void |
JsonIOUtil.writeTo(java.io.Writer writer,
T message,
Schema<T> schema,
boolean numeric) |
Serializes the message into a Writer using the given schema .
|
static <T> void |
JsonXIOUtil.writeTo(LinkedBuffer buffer,
T message,
Schema<T> schema,
boolean numeric) |
|
static <T> void |
JsonXIOUtil.writeTo(java.io.OutputStream out,
T message,
Schema<T> schema,
boolean numeric,
LinkedBuffer buffer) |
Serializes the message into an OutputStream via JsonXOutput using the given
schema .
|
static <T> int |
ProtobufIOUtil.writeTo(LinkedBuffer buffer,
T message,
Schema<T> schema) |
Writes the message into the LinkedBuffer using the given schema.
|
static <T> int |
ProtobufIOUtil.writeTo(java.io.OutputStream out,
T message,
Schema<T> schema,
LinkedBuffer buffer) |
Serializes the message into an OutputStream using the given schema.
|
static <T> int |
ProtostuffIOUtil.writeTo(LinkedBuffer buffer,
T message,
Schema<T> schema) |
Writes the message into the LinkedBuffer using the given schema.
|
static <T> int |
ProtostuffIOUtil.writeTo(java.io.OutputStream out,
T message,
Schema<T> schema,
LinkedBuffer buffer) |
Serializes the message into an OutputStream using the given schema.
|
static <T> void |
SmileIOUtil.writeTo(java.io.OutputStream out,
T message,
Schema<T> schema,
boolean numeric) |
Serializes the message into an OutputStream using the given schema .
|
static <T> void |
SmileIOUtil.writeTo(java.io.OutputStream out,
T message,
Schema<T> schema,
boolean numeric,
LinkedBuffer buffer) |
Serializes the message into an OutputStream using the given schema .
|
static <T> void |
XmlIOUtil.writeTo(java.io.OutputStream out,
T message,
Schema<T> schema) |
Serializes the message into an OutputStream using the given schema .
|
static <T> void |
XmlIOUtil.writeTo(java.io.OutputStream out,
T message,
Schema<T> schema,
javax.xml.stream.XMLOutputFactory outFactory) |
Serializes the message into an OutputStream using the given schema .
|
static <T> void |
XmlIOUtil.writeTo(java.io.Writer w,
T message,
Schema<T> schema) |
Serializes the message into a Writer using the given schema .
|
static <T> void |
XmlIOUtil.writeTo(java.io.Writer w,
T message,
Schema<T> schema,
javax.xml.stream.XMLOutputFactory outFactory) |
Serializes the message into a Writer using the given schema .
|
static <T> void |
XmlIOUtil.writeTo(javax.xml.stream.XMLStreamWriter writer,
T message,
Schema<T> schema) |
Serializes the message into an XMLStreamWriter using the given schema .
|
static <T> int |
XmlXIOUtil.writeTo(LinkedBuffer buffer,
T message,
Schema<T> schema) |
Writes the message into the LinkedBuffer using the given schema.
|
static <T> int |
XmlXIOUtil.writeTo(java.io.OutputStream out,
T message,
Schema<T> schema,
LinkedBuffer buffer) |
Serializes the message into an OutputStream using the given schema.
|
static <T> int |
YamlIOUtil.writeTo(LinkedBuffer buffer,
T message,
Schema<T> schema) |
|
static <T> int |
YamlIOUtil.writeTo(java.io.OutputStream out,
T message,
Schema<T> schema,
LinkedBuffer buffer) |
Serializes the message into an OutputStream with the supplied buffer.
|