tebru / gson-php

Gson implemented in PHP
Other
151 stars 18 forks source link

Improving handling of deserializing into existing object #4

Closed natebrunette closed 7 years ago

natebrunette commented 7 years ago

Allowing overriding the object constructor on ReflectionTypeAdapter. Created an interface to type to that allows setter injection. Created a new instance creator to return the instantiated object. Updated the ReflectionTypeAdapter to check for nested objects.

Signed-off-by: Nate Brunette n@tebru.net