I found a few articles on serializing DynamicData, the Java TypeCode serialization example I found is fantastic though the DynamicData serialization example I found is in C++. That's not a problem except I can't find the corresponding functions for serialization in Java.
dynamicData.to_stream doesn't seem to exist. Neither does dynamicData.serialize.
Is there a correct(already implemented) way of serializing DynamicData or should I create my own serialization?
Hello Gan,
This is not yet implemented in Java, so you will have to create your own to_stream functionality for now.
Thank you!
Rose