A B C D E F G H I M N O P R S T U W

A

ALWAYS_USE_SUN_REFLECTION_FACTORY - Static variable in class com.dyuproject.protostuff.runtime.RuntimeEnv
If true, the constructor will always be obtained from ReflectionFactory.newConstructorFromSerialization.
AUTO_LOAD_POLYMORPHIC_CLASSES - Static variable in class com.dyuproject.protostuff.runtime.RuntimeEnv
Enabled by default.

B

BIGDECIMAL - Static variable in class com.dyuproject.protostuff.runtime.RuntimeReflectionFieldFactory
 
BIGDECIMAL - Static variable in class com.dyuproject.protostuff.runtime.RuntimeUnsafeFieldFactory
 
BIGINTEGER - Static variable in class com.dyuproject.protostuff.runtime.RuntimeReflectionFieldFactory
 
BIGINTEGER - Static variable in class com.dyuproject.protostuff.runtime.RuntimeUnsafeFieldFactory
 
BOOL - Static variable in class com.dyuproject.protostuff.runtime.RuntimeReflectionFieldFactory
 
BOOL - Static variable in class com.dyuproject.protostuff.runtime.RuntimeUnsafeFieldFactory
 
BYTE - Static variable in class com.dyuproject.protostuff.runtime.RuntimeReflectionFieldFactory
 
BYTE - Static variable in class com.dyuproject.protostuff.runtime.RuntimeUnsafeFieldFactory
 
BYTE_ARRAY - Static variable in class com.dyuproject.protostuff.runtime.RuntimeReflectionFieldFactory
 
BYTE_ARRAY - Static variable in class com.dyuproject.protostuff.runtime.RuntimeUnsafeFieldFactory
 
BYTES - Static variable in class com.dyuproject.protostuff.runtime.RuntimeReflectionFieldFactory
 
BYTES - Static variable in class com.dyuproject.protostuff.runtime.RuntimeUnsafeFieldFactory
 

C

CHAR - Static variable in class com.dyuproject.protostuff.runtime.RuntimeReflectionFieldFactory
 
CHAR - Static variable in class com.dyuproject.protostuff.runtime.RuntimeUnsafeFieldFactory
 
COLLECTION_SCHEMA_ON_REPEATED_FIELDS - Static variable in class com.dyuproject.protostuff.runtime.RuntimeEnv
On repeated fields, the List/Collection itself is not serialized (only its values).
com.dyuproject.protostuff.runtime - package com.dyuproject.protostuff.runtime
 
create() - Method in interface com.dyuproject.protostuff.runtime.IdStrategy.Factory
Creates a new IdStrategy instance (impl).
create(int, String, Field, IdStrategy) - Method in class com.dyuproject.protostuff.runtime.RuntimeFieldFactory
Creates a runtime field based on reflection.
createFrom(Class<T>) - Static method in class com.dyuproject.protostuff.runtime.RuntimeSchema
Generates a schema from the given class.
createFrom(Class<T>, IdStrategy) - Static method in class com.dyuproject.protostuff.runtime.RuntimeSchema
Generates a schema from the given class.
createFrom(Class<T>, String[], IdStrategy) - Static method in class com.dyuproject.protostuff.runtime.RuntimeSchema
Generates a schema from the given class with the exclusion of certain fields.
createFrom(Class<T>, Set<String>, IdStrategy) - Static method in class com.dyuproject.protostuff.runtime.RuntimeSchema
Generates a schema from the given class with the exclusion of certain fields.
createFrom(Class<T>, Map<String, String>, IdStrategy) - Static method in class com.dyuproject.protostuff.runtime.RuntimeSchema
Generates a schema from the given class with the declared fields (inclusive) based from the given Map.

D

DATE - Static variable in class com.dyuproject.protostuff.runtime.RuntimeReflectionFieldFactory
 
DATE - Static variable in class com.dyuproject.protostuff.runtime.RuntimeUnsafeFieldFactory
 
DefaultIdStrategy - Class in com.dyuproject.protostuff.runtime
The FQCN(fully qualified class name) will serve as the id (string).
DefaultIdStrategy() - Constructor for class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
DerivativeSchema - Class in com.dyuproject.protostuff.runtime
This schema delegates to another schema derived from the input.
DerivativeSchema(IdStrategy) - Constructor for class com.dyuproject.protostuff.runtime.DerivativeSchema
 
doMergeFrom(Input, Schema<Object>, Object) - Method in class com.dyuproject.protostuff.runtime.DerivativeSchema
 
DOUBLE - Static variable in class com.dyuproject.protostuff.runtime.RuntimeReflectionFieldFactory
 
DOUBLE - Static variable in class com.dyuproject.protostuff.runtime.RuntimeUnsafeFieldFactory
 

E

ENUM - Static variable in class com.dyuproject.protostuff.runtime.RuntimeReflectionFieldFactory
 
ENUM - Static variable in class com.dyuproject.protostuff.runtime.RuntimeUnsafeFieldFactory
 
enumClass - Variable in class com.dyuproject.protostuff.runtime.EnumIO
The enum class.
EnumIO<E extends java.lang.Enum<E>> - Class in com.dyuproject.protostuff.runtime
Determines how enums are serialized/deserialized.
EnumIO(Class<E>) - Constructor for class com.dyuproject.protostuff.runtime.EnumIO
 
EnumIO.ByName<E extends java.lang.Enum<E>> - Class in com.dyuproject.protostuff.runtime
Reads the enum by its name.
EnumIO.ByName(Class<E>) - Constructor for class com.dyuproject.protostuff.runtime.EnumIO.ByName
 
EnumIO.ByNumber<E extends java.lang.Enum<E>> - Class in com.dyuproject.protostuff.runtime
Reads the enum by its number.
EnumIO.ByNumber(Class<E>) - Constructor for class com.dyuproject.protostuff.runtime.EnumIO.ByNumber
 
ENUMS_BY_NAME - Static variable in class com.dyuproject.protostuff.runtime.RuntimeEnv
Returns true if serializing enums by name is activated.

F

fields - Variable in class com.dyuproject.protostuff.runtime.MappedSchema
 
fieldsByName - Variable in class com.dyuproject.protostuff.runtime.MappedSchema
 
fieldsByNumber - Variable in class com.dyuproject.protostuff.runtime.MappedSchema
 
FLOAT - Static variable in class com.dyuproject.protostuff.runtime.RuntimeReflectionFieldFactory
 
FLOAT - Static variable in class com.dyuproject.protostuff.runtime.RuntimeUnsafeFieldFactory
 

G

getCollectionFactory(Class<?>) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
getCollectionFactory(Class<?>) - Method in class com.dyuproject.protostuff.runtime.IdStrategy
Returns the CollectionSchema.MessageFactory.
getEnumIO(Class<?>) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
getEnumIO(Class<?>) - Method in class com.dyuproject.protostuff.runtime.IdStrategy
Returns the EnumIO.
getEnumMapFactory() - Method in class com.dyuproject.protostuff.runtime.EnumIO
Returns the factory for an EnumMap (lazy).
getEnumSetFactory() - Method in class com.dyuproject.protostuff.runtime.EnumIO
Returns the factory for an EnumSet (lazy).
getFieldCount() - Method in class com.dyuproject.protostuff.runtime.MappedSchema
Returns the message's total number of fields.
getFieldFactory(Class<?>) - Static method in class com.dyuproject.protostuff.runtime.RuntimeFieldFactory
Gets the runtime field factory of the given clazz.
getFieldFactory(Class<?>, IdStrategy) - Static method in class com.dyuproject.protostuff.runtime.RuntimeFieldFactory
Gets the runtime field factory of the given clazz.
getFieldName(int) - Method in class com.dyuproject.protostuff.runtime.DerivativeSchema
 
getFieldName(int) - Method in class com.dyuproject.protostuff.runtime.MappedSchema
 
getFieldName(int) - Method in class com.dyuproject.protostuff.runtime.ObjectSchema
 
getFieldNumber(String) - Method in class com.dyuproject.protostuff.runtime.DerivativeSchema
 
getFieldNumber(String) - Method in class com.dyuproject.protostuff.runtime.MappedSchema
 
getFieldNumber(String) - Method in class com.dyuproject.protostuff.runtime.ObjectSchema
 
getFieldType() - Method in class com.dyuproject.protostuff.runtime.RuntimeFieldFactory
 
getInline(Class<T>) - Static method in class com.dyuproject.protostuff.runtime.RuntimeFieldFactory
Returns the factory for inline (scalar) values.
getMapFactory(Class<?>) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
getMapFactory(Class<?>) - Method in class com.dyuproject.protostuff.runtime.IdStrategy
Returns the MapSchema.MessageFactory.
getPipeSchema() - Method in class com.dyuproject.protostuff.runtime.HasSchema
Gets the pipe schema.
getPipeSchema() - Method in class com.dyuproject.protostuff.runtime.MappedSchema
Returns the pipe schema linked to this.
getSchema() - Method in class com.dyuproject.protostuff.runtime.HasSchema
Gets the schema.
getSchema(Class<T>) - Static method in class com.dyuproject.protostuff.runtime.RuntimeSchema
Gets the schema that was either registered or lazily initialized at runtime.
getSchema(Class<T>, IdStrategy) - Static method in class com.dyuproject.protostuff.runtime.RuntimeSchema
Gets the schema that was either registered or lazily initialized at runtime.
getSchemaWrapper(Class<T>, boolean) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
getSchemaWrapper(Class<T>, boolean) - Method in class com.dyuproject.protostuff.runtime.IdStrategy
Returns the schema wrapper.

H

HasSchema<T> - Class in com.dyuproject.protostuff.runtime
Wraps a schema.
HasSchema() - Constructor for class com.dyuproject.protostuff.runtime.HasSchema
 

I

ID_STRATEGY - Static variable in class com.dyuproject.protostuff.runtime.RuntimeEnv
 
IdStrategy - Class in com.dyuproject.protostuff.runtime
This base class handles all the IO for reading and writing polymorphic fields.
IdStrategy() - Constructor for class com.dyuproject.protostuff.runtime.IdStrategy
 
IdStrategy.Factory - Interface in com.dyuproject.protostuff.runtime
Responsible for instantiating custom IdStrategy impls.
IdStrategy.UnknownTypeException - Exception in com.dyuproject.protostuff.runtime
Thrown when a type is not known by the IdStrategy.
IdStrategy.UnknownTypeException(String) - Constructor for exception com.dyuproject.protostuff.runtime.IdStrategy.UnknownTypeException
 
INT32 - Static variable in class com.dyuproject.protostuff.runtime.RuntimeReflectionFieldFactory
 
INT32 - Static variable in class com.dyuproject.protostuff.runtime.RuntimeUnsafeFieldFactory
 
INT64 - Static variable in class com.dyuproject.protostuff.runtime.RuntimeReflectionFieldFactory
 
INT64 - Static variable in class com.dyuproject.protostuff.runtime.RuntimeUnsafeFieldFactory
 
isInitialized(Object) - Method in class com.dyuproject.protostuff.runtime.DerivativeSchema
 
isInitialized(Object) - Method in class com.dyuproject.protostuff.runtime.ObjectSchema
 
isInitialized(T) - Method in class com.dyuproject.protostuff.runtime.RuntimeSchema
Always returns true, everything is optional.
isRegistered(Class<?>) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
isRegistered(Class<?>) - Method in class com.dyuproject.protostuff.runtime.IdStrategy
Returns true if the typeClass is explicitly registered.
isRegistered(Class<?>) - Static method in class com.dyuproject.protostuff.runtime.RuntimeSchema
Returns true if the typeClass was not lazily created.
isRegistered(Class<?>, IdStrategy) - Static method in class com.dyuproject.protostuff.runtime.RuntimeSchema
Returns true if the typeClass was not lazily created.

M

map(Class<? super T>, Class<T>) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
Used by RuntimeSchema.map(Class, Class).
map(Class<? super T>, Class<T>) - Static method in class com.dyuproject.protostuff.runtime.RuntimeSchema
Maps the baseClass to a specific non-interface/non-abstract typeClass and registers it (this must be done on application startup).
MappedSchema<T> - Class in com.dyuproject.protostuff.runtime
Base class for schemas that maps fields by number and name.
MappedSchema(Class<T>, MappedSchema.Field<T>[], int) - Constructor for class com.dyuproject.protostuff.runtime.MappedSchema
 
MappedSchema(Class<T>, Collection<MappedSchema.Field<T>>, int) - Constructor for class com.dyuproject.protostuff.runtime.MappedSchema
 
MappedSchema(Class<T>, Map<String, MappedSchema.Field<T>>, int) - Constructor for class com.dyuproject.protostuff.runtime.MappedSchema
 
MappedSchema.Field<T> - Class in com.dyuproject.protostuff.runtime
Represents a field of a message/pojo.
MappedSchema.Field(WireFormat.FieldType, int, String, boolean) - Constructor for class com.dyuproject.protostuff.runtime.MappedSchema.Field
 
MappedSchema.Field(WireFormat.FieldType, int, String) - Constructor for class com.dyuproject.protostuff.runtime.MappedSchema.Field
 
mergeFrom(Input, Object) - Method in class com.dyuproject.protostuff.runtime.DerivativeSchema
Delegates to the schema derived from the input.
mergeFrom(Input, T) - Method in class com.dyuproject.protostuff.runtime.MappedSchema.Field
Reads the field value into the message.
mergeFrom(Input, T) - Method in class com.dyuproject.protostuff.runtime.MappedSchema
 
mergeFrom(Input, Object) - Method in class com.dyuproject.protostuff.runtime.ObjectSchema
 
messageFullName() - Method in class com.dyuproject.protostuff.runtime.DerivativeSchema
 
messageFullName() - Method in class com.dyuproject.protostuff.runtime.MappedSchema
 
messageFullName() - Method in class com.dyuproject.protostuff.runtime.ObjectSchema
 
messageName() - Method in class com.dyuproject.protostuff.runtime.DerivativeSchema
 
messageName() - Method in class com.dyuproject.protostuff.runtime.MappedSchema
 
messageName() - Method in class com.dyuproject.protostuff.runtime.ObjectSchema
 
MORPH_NON_FINAL_POJOS - Static variable in class com.dyuproject.protostuff.runtime.RuntimeEnv
Disabled by default.

N

name - Variable in class com.dyuproject.protostuff.runtime.MappedSchema.Field
 
newEnumMap() - Method in class com.dyuproject.protostuff.runtime.EnumIO
Returns an empty EnumMap.
newEnumSet() - Method in class com.dyuproject.protostuff.runtime.EnumIO
Returns an empty EnumSet.
newInstance() - Method in class com.dyuproject.protostuff.runtime.RuntimeEnv.Instantiator
Creates a new instance of an object.
newInstantiator(Class<T>) - Static method in class com.dyuproject.protostuff.runtime.RuntimeEnv
Returns an instatiator for the specified clazz.
newMessage() - Method in class com.dyuproject.protostuff.runtime.DerivativeSchema
 
newMessage() - Method in class com.dyuproject.protostuff.runtime.ObjectSchema
 
newMessage() - Method in class com.dyuproject.protostuff.runtime.RuntimeSchema
 
number - Variable in class com.dyuproject.protostuff.runtime.MappedSchema.Field
 

O

ObjectSchema - Class in com.dyuproject.protostuff.runtime
A schema for dynamic types (fields where the type is Object).
ObjectSchema(IdStrategy) - Constructor for class com.dyuproject.protostuff.runtime.ObjectSchema
 

P

pipeSchema - Variable in class com.dyuproject.protostuff.runtime.DerivativeSchema
This pipe schema delegates to another schema derived from the input.
pipeSchema - Variable in class com.dyuproject.protostuff.runtime.MappedSchema
 
pipeSchema - Variable in class com.dyuproject.protostuff.runtime.ObjectSchema
 
postCreate() - Method in interface com.dyuproject.protostuff.runtime.IdStrategy.Factory
Called after the method IdStrategy.Factory.create() has been called.

R

readFrom(Input) - Method in class com.dyuproject.protostuff.runtime.EnumIO.ByName
 
readFrom(Input) - Method in class com.dyuproject.protostuff.runtime.EnumIO.ByNumber
 
readFrom(Input) - Method in class com.dyuproject.protostuff.runtime.EnumIO
Read the enum from the input.
readFrom(Input) - Method in class com.dyuproject.protostuff.runtime.RuntimeFieldFactory
 
register(Class<T>, Schema<T>) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
Used by RuntimeSchema.register(Class, Schema).
register(Class<T>, Schema<T>) - Static method in class com.dyuproject.protostuff.runtime.RuntimeSchema
Returns true if this there is no existing one or the same schema has already been registered (this must be done on application startup).
repeated - Variable in class com.dyuproject.protostuff.runtime.MappedSchema.Field
 
resolveArrayComponentTypeFrom(Input, boolean) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
resolveArrayComponentTypeFrom(Input, boolean) - Method in class com.dyuproject.protostuff.runtime.IdStrategy
 
resolveCollectionFrom(Input) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
resolveCollectionFrom(Input) - Method in class com.dyuproject.protostuff.runtime.IdStrategy
 
resolveEnumFrom(Input) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
resolveEnumFrom(Input) - Method in class com.dyuproject.protostuff.runtime.IdStrategy
 
resolveMapFrom(Input) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
resolveMapFrom(Input) - Method in class com.dyuproject.protostuff.runtime.IdStrategy
 
resolvePojoFrom(Input, int) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
resolvePojoFrom(Input, int) - Method in class com.dyuproject.protostuff.runtime.IdStrategy
 
RuntimeEnv - Class in com.dyuproject.protostuff.runtime
The runtime environment.
RuntimeEnv.Instantiator<T> - Class in com.dyuproject.protostuff.runtime
 
RuntimeEnv.Instantiator() - Constructor for class com.dyuproject.protostuff.runtime.RuntimeEnv.Instantiator
 
RuntimeFieldFactory<V> - Class in com.dyuproject.protostuff.runtime
A factory to create runtime fields based on reflection.
RuntimeFieldFactory(int) - Constructor for class com.dyuproject.protostuff.runtime.RuntimeFieldFactory
 
RuntimeReflectionFieldFactory - Class in com.dyuproject.protostuff.runtime
Field factory via plain old reflection api.
RuntimeSchema<T> - Class in com.dyuproject.protostuff.runtime
A schema that can be generated and cached at runtime for objects that have no schema.
RuntimeSchema(Class<T>, Collection<MappedSchema.Field<T>>, int, Constructor<T>) - Constructor for class com.dyuproject.protostuff.runtime.RuntimeSchema
 
RuntimeSchema(Class<T>, Collection<MappedSchema.Field<T>>, int, RuntimeEnv.Instantiator<T>) - Constructor for class com.dyuproject.protostuff.runtime.RuntimeSchema
 
RuntimeUnsafeFieldFactory - Class in com.dyuproject.protostuff.runtime
Field factory via sun.misc.Unsafe.

S

setValue(Object, Object) - Method in class com.dyuproject.protostuff.runtime.ObjectSchema
 
SHORT - Static variable in class com.dyuproject.protostuff.runtime.RuntimeReflectionFieldFactory
 
SHORT - Static variable in class com.dyuproject.protostuff.runtime.RuntimeUnsafeFieldFactory
 
strategy - Variable in class com.dyuproject.protostuff.runtime.DerivativeSchema
 
strategy - Variable in class com.dyuproject.protostuff.runtime.ObjectSchema
 
STRING - Static variable in class com.dyuproject.protostuff.runtime.RuntimeReflectionFieldFactory
 
STRING - Static variable in class com.dyuproject.protostuff.runtime.RuntimeUnsafeFieldFactory
 

T

transfer(Pipe, Input, Output, int, boolean) - Static method in class com.dyuproject.protostuff.runtime.EnumIO
Transfers the Enum from the input to the output.
transfer(Pipe, Input, Output, boolean) - Method in class com.dyuproject.protostuff.runtime.MappedSchema.Field
Transfer the input field to the output field.
transfer(Pipe, Input, Output, int, boolean) - Method in class com.dyuproject.protostuff.runtime.RuntimeFieldFactory
 
transferArrayId(Input, Output, int, boolean) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
transferArrayId(Input, Output, int, boolean) - Method in class com.dyuproject.protostuff.runtime.IdStrategy
 
transferCollectionId(Input, Output, int) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
transferCollectionId(Input, Output, int) - Method in class com.dyuproject.protostuff.runtime.IdStrategy
 
transferEnumId(Input, Output, int) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
transferEnumId(Input, Output, int) - Method in class com.dyuproject.protostuff.runtime.IdStrategy
 
transferMapId(Input, Output, int) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
transferMapId(Input, Output, int) - Method in class com.dyuproject.protostuff.runtime.IdStrategy
 
transferPojoId(Input, Output, int) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
transferPojoId(Input, Output, int) - Method in class com.dyuproject.protostuff.runtime.IdStrategy
 
type - Variable in class com.dyuproject.protostuff.runtime.MappedSchema.Field
 
typeClass() - Method in class com.dyuproject.protostuff.runtime.DerivativeSchema
 
typeClass - Variable in class com.dyuproject.protostuff.runtime.MappedSchema
 
typeClass() - Method in class com.dyuproject.protostuff.runtime.MappedSchema
 
typeClass() - Method in class com.dyuproject.protostuff.runtime.ObjectSchema
 
typeClass() - Method in class com.dyuproject.protostuff.runtime.RuntimeFieldFactory
 

U

USE_SUN_MISC_UNSAFE - Static variable in class com.dyuproject.protostuff.runtime.RuntimeEnv
If true, sun.misc.Unsafe is used to access the fields of the objects instead of plain java reflections.

W

writeArrayIdTo(Output, Class<?>) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
writeArrayIdTo(Output, Class<?>) - Method in class com.dyuproject.protostuff.runtime.IdStrategy
 
writeCollectionIdTo(Output, int, Class<?>) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
writeCollectionIdTo(Output, int, Class<?>) - Method in class com.dyuproject.protostuff.runtime.IdStrategy
 
writeEnumIdTo(Output, int, Class<?>) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
writeEnumIdTo(Output, int, Class<?>) - Method in class com.dyuproject.protostuff.runtime.IdStrategy
 
writeMapIdTo(Output, int, Class<?>) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
writeMapIdTo(Output, int, Class<?>) - Method in class com.dyuproject.protostuff.runtime.IdStrategy
 
writeMessageIdTo(Output, int, Message<T>) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
writeMessageIdTo(Output, int, Message<T>) - Method in class com.dyuproject.protostuff.runtime.IdStrategy
 
writePojoIdTo(Output, int, Class<T>) - Method in class com.dyuproject.protostuff.runtime.DefaultIdStrategy
 
writePojoIdTo(Output, int, Class<T>) - Method in class com.dyuproject.protostuff.runtime.IdStrategy
 
writeTo(Output, Object) - Method in class com.dyuproject.protostuff.runtime.DerivativeSchema
Delegates to the schema derived from the value.
writeTo(Output, int, boolean, Enum<?>) - Static method in class com.dyuproject.protostuff.runtime.EnumIO
Writes the Enum to the output.
writeTo(Output, T) - Method in class com.dyuproject.protostuff.runtime.MappedSchema.Field
Writes the value of a field to the output.
writeTo(Output, T) - Method in class com.dyuproject.protostuff.runtime.MappedSchema
 
writeTo(Output, Object) - Method in class com.dyuproject.protostuff.runtime.ObjectSchema
 
writeTo(Output, int, V, boolean) - Method in class com.dyuproject.protostuff.runtime.RuntimeFieldFactory
 

A B C D E F G H I M N O P R S T U W

Copyright © 2009-2012. All Rights Reserved.