Serializing DynamicData

2 posts / 0 new
Last post
Gan
Offline
Last seen: 8 years 3 months ago
Joined: 08/08/2014
Posts: 17
Serializing DynamicData

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?

rose's picture
Offline
Last seen: 2 years 8 months ago
Joined: 08/22/2011
Posts: 148

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