* Updated database design where BLOB columns have been replaced with TEXT columns to store XML instead. * Replaced BinaryConverter with XmlSerializers. ** This will make 'fingerprints' of ProjectEntity more stable across commits as Binary serialization by .Net framework stores assembly version in the serialized data. Our version code is commit dependent therefore each commit would generated a different fingerprint even though the data it's based upon isn't changed. Xml Serialization does not suffer from this side-effect. ** Common serialization code now stored in an abstract base-class. * Renamed FingerprintGenerator to FingerprintHelper. * Moved BinaryDataEqualityHelper into FingerprintHelper. Related to Issue [WTI-608] git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4586 5a3db67b-de53-47b5-99c8-a1c30a6650e2
* Updated entities for deletion of 'PointEntity' tables and having those replaced with binary data properties. ** Updated IRingtoetsEntities, PersistenceRegistry and ReadConversionCollector accordingly. ** Removed 'PointEntity' related extension methods. ** Point3D no longer implements IStorable. * Refactored how CharacteristicPoints of RingtoetsPipingSurfaceLine are persisted in database/ Related to Issue [WTI-608] git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@4447 5a3db67b-de53-47b5-99c8-a1c30a6650e2