Skip to content

Conversation

@jwgmeligmeyling
Copy link
Contributor

Initial implementation of #29. After approval of the overall structure, I will port the changes to the modules for Hibernate 5 and 4 too.

*
* @author Jan-Willem Gmelig Meyling
*/
public class JsonNodeBinaryType extends AbstractHibernateType<JsonValue> {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is better named JsonValueBinaryType

* @author Vlad Mihalcea
* @author Jan-Willem Gmelig Meyling
*/
public class JsonbJsonSerializer implements JsonSerializer {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should have these classes in the jsonb/util folder as they are specific to JSON processing only.

@vladmihalcea
Copy link
Owner

Looks very good. You should definitely consider porting it.

@jwgmeligmeyling
Copy link
Contributor Author

I’ll continue my work on the PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants