tebru / gson-php

Gson implemented in PHP
Other
151 stars 18 forks source link

Fix how type resolution works with accessors #25

Closed natebrunette closed 6 years ago

natebrunette commented 6 years ago

We should look at getters/setters first depending on the direction and properties last unless there's a @Type annotation.

The order should be