autorest.typescript
autorest.typescript copied to clipboard
Serialization - Acceptance Tests - Model/Model Properties
Add acceptance tests for model serialization. Models should pass extra properties through untouched. Models should not introduce or remove undefined
properties during serialization/deserialization. Serialization should use copy-on-write, i.e. use the original object during a no-op, and return a new object without modifying the old one.