public abstract class AbstractPrimitiveWriters<PRIMITIVE_ARRAY,PRIMITIVE_WRAPPER> extends AbstractWriters<PRIMITIVE_WRAPPER>
| Modifier and Type | Field and Description |
|---|---|
Class<PRIMITIVE_ARRAY> |
primitiveArrayClass |
SchemaWriter<PRIMITIVE_ARRAY> |
primitiveArrayWriter |
arrayClass, arrayWriter, collectionWriter, protoField, stringArrayWriter, tag, tagSize| Constructor and Description |
|---|
AbstractPrimitiveWriters(io.protostuff.compiler.model.Field protoField) |
public SchemaWriter<PRIMITIVE_ARRAY> primitiveArrayWriter
public final Class<PRIMITIVE_ARRAY> primitiveArrayClass
public AbstractPrimitiveWriters(io.protostuff.compiler.model.Field protoField)
public final void dynamicWriteTo(OutputEx output, Object value) throws IOException
dynamicWriteTo in class AbstractWriters<PRIMITIVE_WRAPPER>IOExceptionCopyright © 2017–2019 The Apache Software Foundation. All rights reserved.