MobileFormatter does not serialize events

MobileFormatter does not serialize events

Old forum URL: forums.lhotka.net/forums/t/10905.aspx


spastik posted on Tuesday, November 22, 2011

Why doesn't MobileFormatter serialize serializable events (e.g. BindableBase._serializableChangedHandlers, BusinessBase._serializableSavedHandlers…)?

RockfordLhotka replied on Tuesday, November 22, 2011

In reality none of the serializers reliably serialize/deserialize events. I made a mistake (8 years ago or whatever) by even pretending to have the dual-mode event implementations in the code.

So when we created the MobileFormatter, the idea of serializing events was simply out of scope.

Copyright (c) Marimer LLC