boonproject / boon

Simple opinionated Java for the novice to expert level Java Programmer. Low Ceremony. High Productivity.
http://richardhightower.github.io/site/Boon/Welcome.html
Apache License 2.0
520 stars 102 forks source link

Create field without quotes #353

Closed MTyson closed 8 years ago

MTyson commented 8 years ago

I'm looking for the easiest way to create a field without quotes in 0.33.

Like so:

path: path.join(__dirname, "/"),

I've tried to use addPropertySerializer and addTypeSerializer but there appears to be no documentation on the new version of these APIs, and I'm not successful thus far.

MTyson commented 8 years ago

The addPropertySerializer and addTypeSerializer do not seem to function at all. We are switching to some custom regex for the moment and looking at switching back to Jackson.

MTyson commented 8 years ago

Switched to Jackson.