- newJsonGenerator(OutputStream, byte[]) - Static method in class com.dyuproject.protostuff.JsonIOUtil
-
Creates a Utf8Generator for the outputstream with the supplied buf
outBuffer to use.
- newJsonParser(InputStream, byte[], int, int) - Static method in class com.dyuproject.protostuff.JsonIOUtil
-
Creates a Utf8StreamParser from the inputstream with the supplied
buf inBuffer to use.
- newPipe(byte[], boolean) - Static method in class com.dyuproject.protostuff.JsonIOUtil
-
Creates a json pipe from a byte array.
- newPipe(byte[], int, int, boolean) - Static method in class com.dyuproject.protostuff.JsonIOUtil
-
Creates a json pipe from a byte array.
- newPipe(InputStream, boolean) - Static method in class com.dyuproject.protostuff.JsonIOUtil
-
Creates a json pipe from an InputStream.
- newPipe(Reader, boolean) - Static method in class com.dyuproject.protostuff.JsonIOUtil
-
Creates a json pipe from a Reader.
- newPipe(JsonParser, boolean) - Static method in class com.dyuproject.protostuff.JsonIOUtil
-
Creates a json pipe from a JsonParser.
- newPipe(byte[]) - Static method in class com.dyuproject.protostuff.JsonXIOUtil
-
Creates a json pipe from a byte array.
- newPipe(byte[], int, int) - Static method in class com.dyuproject.protostuff.JsonXIOUtil
-
Creates a json pipe from a byte array.
- newPipe(byte[], int, int, int, boolean) - Static method in class com.dyuproject.protostuff.JsonXIOUtil
-
Creates a json pipe from a byte array.
- newPipe(byte[], int, int, boolean, char[], int, int, boolean) - Static method in class com.dyuproject.protostuff.JsonXIOUtil
-
Creates a json pipe from a byte array.
- newPipe(byte[], boolean) - Static method in class com.dyuproject.protostuff.SmileIOUtil
-
Creates a smile pipe from a byte array.
- newPipe(byte[], int, int, boolean) - Static method in class com.dyuproject.protostuff.SmileIOUtil
-
Creates a smile pipe from a byte array.
- newPipe(InputStream, boolean) - Static method in class com.dyuproject.protostuff.SmileIOUtil
-
Creates a smile pipe from an InputStream.
- newSmileGenerator(OutputStream, byte[]) - Static method in class com.dyuproject.protostuff.SmileIOUtil
-
Creates a SmileGenerator for the outputstream with the supplied buf
outBuffer to use.
- newSmileParser(InputStream, byte[], int, int) - Static method in class com.dyuproject.protostuff.SmileIOUtil
-
Creates a SmileParser from the inputstream with the supplied
buf inBuffer to use.
- NUMERIC - Static variable in class com.dyuproject.protostuff.JsonFlags
-
- numeric - Variable in class com.dyuproject.protostuff.JsonInput
-
If true, the field number will be used on json keys.
- writeBool(int, boolean, boolean) - Method in class com.dyuproject.protostuff.JsonOutput
-
- writeBool(int, boolean, boolean) - Method in class com.dyuproject.protostuff.JsonXOutput
-
- writeByteArray(int, byte[], boolean) - Method in class com.dyuproject.protostuff.JsonOutput
-
- writeByteArray(int, byte[], boolean) - Method in class com.dyuproject.protostuff.JsonXOutput
-
- writeByteRange(boolean, int, byte[], int, int, boolean) - Method in class com.dyuproject.protostuff.JsonOutput
-
- writeByteRange(boolean, int, byte[], int, int, boolean) - Method in class com.dyuproject.protostuff.JsonXOutput
-
- writeBytes(int, ByteString, boolean) - Method in class com.dyuproject.protostuff.JsonOutput
-
- writeBytes(int, ByteString, boolean) - Method in class com.dyuproject.protostuff.JsonXOutput
-
- writeDouble(int, double, boolean) - Method in class com.dyuproject.protostuff.JsonOutput
-
- writeDouble(int, double, boolean) - Method in class com.dyuproject.protostuff.JsonXOutput
-
- writeEnum(int, int, boolean) - Method in class com.dyuproject.protostuff.JsonOutput
-
- writeEnum(int, int, boolean) - Method in class com.dyuproject.protostuff.JsonXOutput
-
- writeEnumFromIdx(int, int, EnumMapping, boolean) - Method in class com.dyuproject.protostuff.JsonOutput
-
- writeEnumFromIdx(int, int, EnumMapping, boolean) - Method in class com.dyuproject.protostuff.JsonXOutput
-
- writeFixed32(int, int, boolean) - Method in class com.dyuproject.protostuff.JsonOutput
-
- writeFixed32(int, int, boolean) - Method in class com.dyuproject.protostuff.JsonXOutput
-
- writeFixed64(int, long, boolean) - Method in class com.dyuproject.protostuff.JsonOutput
-
- writeFixed64(int, long, boolean) - Method in class com.dyuproject.protostuff.JsonXOutput
-
- writeFloat(int, float, boolean) - Method in class com.dyuproject.protostuff.JsonOutput
-
- writeFloat(int, float, boolean) - Method in class com.dyuproject.protostuff.JsonXOutput
-
- writeInt32(int, int, boolean) - Method in class com.dyuproject.protostuff.JsonOutput
-
- writeInt32(int, int, boolean) - Method in class com.dyuproject.protostuff.JsonXOutput
-
- writeInt64(int, long, boolean) - Method in class com.dyuproject.protostuff.JsonOutput
-
- writeInt64(int, long, boolean) - Method in class com.dyuproject.protostuff.JsonXOutput
-
- writeListTo(OutputStream, List<T>, Schema<T>, boolean) - Static method in class com.dyuproject.protostuff.JsonIOUtil
-
Serializes the messages into the stream using the given schema.
- writeListTo(OutputStream, List<T>, Schema<T>, boolean, LinkedBuffer) - Static method in class com.dyuproject.protostuff.JsonIOUtil
-
Serializes the messages into the stream using the given schema.
- writeListTo(Writer, List<T>, Schema<T>, boolean) - Static method in class com.dyuproject.protostuff.JsonIOUtil
-
Serializes the messages into the writer using the given schema.
- writeListTo(JsonGenerator, List<T>, Schema<T>, boolean) - Static method in class com.dyuproject.protostuff.JsonIOUtil
-
Serializes the messages into the generator using the given schema.
- writeListTo(JsonGenerator, List<T>, Schema<T>, int) - Static method in class com.dyuproject.protostuff.JsonIOUtil
-
Serializes the messages into the generator using the given schema.
- writeListTo(LinkedBuffer, List<T>, Schema<T>, boolean) - Static method in class com.dyuproject.protostuff.JsonXIOUtil
-
Serializes the
messages into the
LinkedBuffer using the given schema.
- writeListTo(LinkedBuffer, List<T>, Schema<T>, int) - Static method in class com.dyuproject.protostuff.JsonXIOUtil
-
Serializes the
messages into the
LinkedBuffer using the given schema.
- writeListTo(OutputStream, List<T>, Schema<T>, boolean, LinkedBuffer) - Static method in class com.dyuproject.protostuff.JsonXIOUtil
-
Serializes the messages into the stream using the given schema with the
supplied buffer.
- writeListTo(OutputStream, List<T>, Schema<T>, int, LinkedBuffer) - Static method in class com.dyuproject.protostuff.JsonXIOUtil
-
Serializes the messages into the stream using the given schema with the
supplied buffer.
- writeListTo(OutputStream, List<T>, Schema<T>, boolean) - Static method in class com.dyuproject.protostuff.SmileIOUtil
-
Serializes the messages into the stream using the given schema.
- writeListTo(OutputStream, List<T>, Schema<T>, boolean, LinkedBuffer) - Static method in class com.dyuproject.protostuff.SmileIOUtil
-
Serializes the messages into the stream using the given schema.
- writeObject(int, T, Schema<T>, boolean) - Method in class com.dyuproject.protostuff.JsonOutput
-
- writeObject(int, T, Schema<T>, boolean) - Method in class com.dyuproject.protostuff.JsonXOutput
-
- writeSFixed32(int, int, boolean) - Method in class com.dyuproject.protostuff.JsonOutput
-
- writeSFixed32(int, int, boolean) - Method in class com.dyuproject.protostuff.JsonXOutput
-
- writeSFixed64(int, long, boolean) - Method in class com.dyuproject.protostuff.JsonOutput
-
- writeSFixed64(int, long, boolean) - Method in class com.dyuproject.protostuff.JsonXOutput
-
- writeSInt32(int, int, boolean) - Method in class com.dyuproject.protostuff.JsonOutput
-
- writeSInt32(int, int, boolean) - Method in class com.dyuproject.protostuff.JsonXOutput
-
- writeSInt64(int, long, boolean) - Method in class com.dyuproject.protostuff.JsonOutput
-
- writeSInt64(int, long, boolean) - Method in class com.dyuproject.protostuff.JsonXOutput
-
- writeString(int, String, boolean) - Method in class com.dyuproject.protostuff.JsonOutput
-
- writeString(int, String, boolean) - Method in class com.dyuproject.protostuff.JsonXOutput
-
- writeTo(OutputStream, T, Schema<T>, boolean) - Static method in class com.dyuproject.protostuff.JsonIOUtil
-
Serializes the message into an OutputStream
using the given schema.
- writeTo(OutputStream, T, Schema<T>, int) - Static method in class com.dyuproject.protostuff.JsonIOUtil
-
Serializes the message into an OutputStream
using the given schema.
- writeTo(OutputStream, T, Schema<T>, boolean, LinkedBuffer) - Static method in class com.dyuproject.protostuff.JsonIOUtil
-
Serializes the message into an OutputStream
using the given schema.
- writeTo(OutputStream, T, Schema<T>, int, LinkedBuffer) - Static method in class com.dyuproject.protostuff.JsonIOUtil
-
Serializes the message into an OutputStream
using the given schema.
- writeTo(Writer, T, Schema<T>, boolean) - Static method in class com.dyuproject.protostuff.JsonIOUtil
-
Serializes the message into a Writer using
the given schema.
- writeTo(JsonGenerator, T, Schema<T>, boolean) - Static method in class com.dyuproject.protostuff.JsonIOUtil
-
Serializes the message into a JsonGenerator
using the given schema.
- writeTo(JsonGenerator, T, Schema<T>, int) - Static method in class com.dyuproject.protostuff.JsonIOUtil
-
Serializes the message into a JsonGenerator
using the given schema.
- writeTo(LinkedBuffer, T, Schema<T>, boolean) - Static method in class com.dyuproject.protostuff.JsonXIOUtil
-
- writeTo(LinkedBuffer, T, Schema<T>, int) - Static method in class com.dyuproject.protostuff.JsonXIOUtil
-
- writeTo(OutputStream, T, boolean, LinkedBuffer) - Static method in class com.dyuproject.protostuff.JsonXIOUtil
-
Serializes the
message into an
OutputStream via
JsonXOutput with the
supplied buffer.
- writeTo(OutputStream, T, Schema<T>, boolean, LinkedBuffer) - Static method in class com.dyuproject.protostuff.JsonXIOUtil
-
Serializes the
message into an
OutputStream via
JsonXOutput
using the given
schema.
- writeTo(OutputStream, T, Schema<T>, int, LinkedBuffer) - Static method in class com.dyuproject.protostuff.JsonXIOUtil
-
Serializes the
message into an
OutputStream via
JsonXOutput
using the given
schema.
- writeTo(OutputStream, T, Schema<T>, boolean) - Static method in class com.dyuproject.protostuff.SmileIOUtil
-
Serializes the message into an OutputStream
using the given schema.
- writeTo(OutputStream, T, Schema<T>, boolean, LinkedBuffer) - Static method in class com.dyuproject.protostuff.SmileIOUtil
-
Serializes the message into an OutputStream
using the given schema.
- writeUInt32(int, int, boolean) - Method in class com.dyuproject.protostuff.JsonOutput
-
- writeUInt32(int, int, boolean) - Method in class com.dyuproject.protostuff.JsonXOutput
-
- writeUInt64(int, long, boolean) - Method in class com.dyuproject.protostuff.JsonOutput
-
- writeUInt64(int, long, boolean) - Method in class com.dyuproject.protostuff.JsonXOutput
-