Derrell Lipman

Results 137 comments of Derrell Lipman

I think this is a useful addition, but I would go a step further than @cboulanger suggested, and add an additional parameter, `strictlyPojo`, for `createModel`, `toModel`, and `toClass` that could...

I think we also probably need new tests that (a) test to ensure that the original behavior is retained if the original call arguments are passed (a value for `strictlyPojo`...

The current implementation of `isPojo` prevents object `x` here from being serialized. It is completely reasonable, I believe, to serialize `x`. As I think about this issue, I'm leaning towards...

I asked @ChristianMayer to create this issue. I agree that we should switch to the `#` syntax for privates, and we may be able to create true privates in the...

There are some configuration variables that may be placed either in top-level or specific to a target. I believe adding it to a target overrides the top-level setting. That's likely...