These representations can be parsed using theHollowSchemaParser, and in turn can be used to initialize the state of aHollowWriteStateEngine: StringallSchemas=/// a String containing all schemasList<HollowSchema>schemas=HollowSchemaParser.parseCollectionOfSchemas(allSchemas);HollowWriteStateEngineinitialize...
When processing an entire file, it is expected that the file contains only a single json array of records of the expected type. The records will be processed in parallel. Hollow to JSON Hollow objects can be converted to JSON string usingHollowRecordJsonStringifier. Tools backed by Hollow data...