flatbuffers

Flat buffers : Object serialization must not be nested

痴心易碎 提交于 2019-12-02 10:53:06
问题 FlatBufferBuilder fbb = new FlatBufferBuilder(1024); String directory = "/Users/samarnath/RmsOne/CreateFlatBuffer/src/com/rms/objects/resources"; File [] policyfiles = ReturnFilesWithPattern(directory, "singlecoverriskpolicy"); for (File file: policyfiles) { Long StructureId = 0L; int insurer = 0; int insured = 0; int UnderWriter = 0; int inception = 0; int Expiration = 0; int ExternalID = 0; Long SubjectId =0L; int SubjectName = 0; int SubjectStructureName = 0; int Share = 0; Double

Flat buffers : Object serialization must not be nested

限于喜欢 提交于 2019-12-02 06:32:32
FlatBufferBuilder fbb = new FlatBufferBuilder(1024); String directory = "/Users/samarnath/RmsOne/CreateFlatBuffer/src/com/rms/objects/resources"; File [] policyfiles = ReturnFilesWithPattern(directory, "singlecoverriskpolicy"); for (File file: policyfiles) { Long StructureId = 0L; int insurer = 0; int insured = 0; int UnderWriter = 0; int inception = 0; int Expiration = 0; int ExternalID = 0; Long SubjectId =0L; int SubjectName = 0; int SubjectStructureName = 0; int Share = 0; Double blanketLimit = 0.0; Double attachment = 0.0; int causeofLoss = 0; int maxDeductible = 0; int attachmentCurrency