Class ArraySchemas.DateArray

    • Field Detail

      • pipeSchema

        protected final Pipe.Schema<java.lang.Object> pipeSchema
    • Method Detail

      • readFrom

        public java.lang.Object readFrom​(Input input,
                                         java.lang.Object owner)
                                  throws java.io.IOException
        Specified by:
        readFrom in class ArraySchemas.Base
        Throws:
        java.io.IOException
      • writeTo

        public void writeTo​(Output output,
                            java.lang.Object value)
                     throws java.io.IOException
        Description copied from interface: Schema
        Serializes a message/object to the output.
        Throws:
        java.io.IOException