This is pretty simple to do, you write the object to a file, then read it:
My questions
- why when we put [RemoteClass (alias = "foo.Bar")] in VO, it can be (otherwise the type of the deserialized object is the General object with the correct property data inside it)?
- Is there any other way to achieve this without the RemoteClass tag? (Use of metadata is preferred)
thank
source
share