speckleworks / SpeckleCore

Check a brand new Speckle at: https://github.com/specklesystems
https://speckle.systems
MIT License
38 stars 17 forks source link

Abstract Serialisation Broken #57

Closed didimitrie closed 6 years ago

didimitrie commented 6 years ago

Because we're no longer checking for the assembly in ToAbstract and only in Serialise, objects that have ToSpeckle methods do not get those called.

Essentially Serialise and ToAbstract should be combined with the initial checks from Serialise. TODO: check the deserialisation routes