Hi,
I am trying to serialize Span Class Collection object to XMl, Binary and JSON format but while implementing this, StyleDefinition Class which is the property of the Span Class class and having nested structure ( same class type variable inside the class ) not allow to perform the serialization process.
I had tried also JSON serialization which allow to skip looping structure but that also not allow to serialize Span collection object.
so is there any way to serialize Span collection object to any serialization type so I will save this object as file on my system. ?
Thanks & Regards
Ajita
I am trying to serialize Span Class Collection object to XMl, Binary and JSON format but while implementing this, StyleDefinition Class which is the property of the Span Class class and having nested structure ( same class type variable inside the class ) not allow to perform the serialization process.
I had tried also JSON serialization which allow to skip looping structure but that also not allow to serialize Span collection object.
so is there any way to serialize Span collection object to any serialization type so I will save this object as file on my system. ?
Thanks & Regards
Ajita