autorest.typescript icon indicating copy to clipboard operation
autorest.typescript copied to clipboard

Serialization - Acceptance Tests - Model/Model Properties

Open dgetu opened this issue 8 months ago • 1 comments

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.

dgetu avatar Jun 18 '24 20:06 dgetu