There is a list of objects that need to be serialized, an error pops up:
It is not possible to serialize ZonePoint since it does not have a non-parametric constructor.
The problem is that this class is out of the link library and I cannot change it.
There is a list of objects that need to be serialized, an error pops up:
It is not possible to serialize ZonePoint since it does not have a non-parametric constructor.
The problem is that this class is out of the link library and I cannot change it.
Make a wrapper over ZonePoint and manage serialization in the wrapper.
Source: https://ru.stackoverflow.com/questions/320410/
All Articles