Package io.protostuff.runtime
Class ArraySchemas.DateArray
java.lang.Object
io.protostuff.runtime.PolymorphicSchema
io.protostuff.runtime.ArraySchemas.Base
io.protostuff.runtime.ArraySchemas.DateArray
- Enclosing class:
ArraySchemas
-
Nested Class Summary
Nested classes/interfaces inherited from class io.protostuff.runtime.PolymorphicSchema
PolymorphicSchema.Factory, PolymorphicSchema.Handler
-
Field Summary
FieldsFields inherited from class io.protostuff.runtime.ArraySchemas.Base
allowNullArrayElement, handler
Fields inherited from class io.protostuff.runtime.PolymorphicSchema
strategy
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.protostuff.runtime.ArraySchemas.Base
getFieldName, getFieldNumber, mergeFrom, messageFullName, messageName, setValue
Methods inherited from class io.protostuff.runtime.PolymorphicSchema
isInitialized, newMessage, typeClass
-
Field Details
-
pipeSchema
-
-
Constructor Details
-
DateArray
DateArray(IdStrategy strategy, PolymorphicSchema.Handler handler)
-
-
Method Details
-
getPipeSchema
Description copied from class:PolymorphicSchema
The pipe schema associated with this schema.- Specified by:
getPipeSchema
in classPolymorphicSchema
-
readFrom
- Specified by:
readFrom
in classArraySchemas.Base
- Throws:
IOException
-
writeTo
Description copied from interface:Schema
Serializes a message/object to theoutput
.- Throws:
IOException
-