skyscreamer / yoga

Yoga is RESTful but flexible.
http://yoga.skyscreamer.org/
Apache License 2.0
156 stars 66 forks source link

Fixed null handling in iterables #231

Closed jkovacs closed 10 years ago

jkovacs commented 10 years ago

Fixes a NullPointerException in the ResultTraverser when serializing iterables that contain null values (see the added test case). This fix adds an extra null check before trying to determine the Class of an object inside the iterable.