Problems serializing a JArray inherited class
description
Hi,
I created a class that inherits the JArray class and has some custom variables inside it. The problem I am facing is when I serialize my class's object, the array gets serialized but the custom properties are missing in the serialized output. What should I do here?
Thanks
Akshaya