Commit Graph

3 Commits

Author SHA1 Message Date
Haacked
9f675924b7 Make response models readonly
It's bothered me that our response models are mutable. They really
shouldn't be. I made the properties have a protected setter instead of
private to provide flexibility for others who might be deriving from
these classes or testing them.

Fixes #650
2015-01-03 20:21:36 -08:00
Brendan Forster
8d1bda2172 updated deployment payload to support custom JSON 2014-03-06 10:30:25 +11:00
Peter MacNaughton
86d7229097 Added deserialization unit test for Deployment
Not sure it needs a serialization one since the client should never have
to serialize them
2014-01-11 21:38:04 -07:00