Class ArraySchemas.DelegateArray

    • Field Detail

      • pipeSchema

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

        final Delegate<java.lang.Object> delegate
    • 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 message)
                     throws java.io.IOException
        Description copied from interface: Schema
        Serializes a message/object to the output.
        Throws:
        java.io.IOException