Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How does serialization work?

serialization
0
Posted

How does serialization work?

0

The entities are marked with SerializableAttribute, and the change tracking is embedded, so they can be sent using old legacy Soap/Binary serialization. We don’t use DataContractsSerialization in the service that communicates with the client application, so these services are not ‘SOA’. We use NetDataContractSerialization instead. That’s why we can send full graphs full graphs to the client application, and we have change tracking and validation in there as well. Also, we don’t have to decorate the entities with DataContract.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123