Interface DataWriter


  • public interface DataWriter
    Receives the event callback on the model data to be exposed.

    The call sequence is:

     EVENTS := type? startObject PROPERTY* endObject
     PROPERTY := name VALUE
     VALUE := valuePrimitive
            | value
            | valueNull
            | startArray VALUE* endArray
            | EVENTS
     
    Author:
    Kohsuke Kawaguchi