Cedric Beust

Results 188 comments of Cedric Beust
trafficstars

I cannot get this code to pass at all, can you re-paste a full working snippet?

Probably related to https://github.com/cbeust/klaxon/issues/154

Not at this time, no. Haven't looked in details, any thoughts on the level of efforts?

Would you mind adding a test?

This should be fixed in the current version.

Yes, either with `@Json(ignored = true)` or simply by declaring that property `private`.

Oh sorry, I misunderstood. Not supported at the moment but that's easy enough to add. I'm guessing that when Klaxon is about to process a field, it would invoke some...

First pass available [here](https://github.com/cbeust/klaxon/commit/aea61af1594a3f00e8e85aa88c1adad152a37691). The interface name is `PropertyStrategy`, take a look at `PropertyStrategyTest` and let me know what you think.