All Tags »
Serialization Deserialization
Sorry, but there are no more tags available to filter with.
-
I'm running into a bit of a problem when I deserialize an Entity Spaces object and then call its Save() method. When the Save() method is called the data is inserted as a new record with the exception of the ID column which is a auto-incremented. Is there a special way to serialize/deserialize ES objects or do I need to flag the object ...