Mark Struberg created JOHNZON-71:
------------------------------------
Summary: Split Mapper into Generator and Parser parts
Key: JOHNZON-71
URL: https://issues.apache.org/jira/browse/JOHNZON-71
Project: Johnzon
Issue Type: Bug
Reporter: Mark Struberg
Assignee: Mark Struberg
I like to get something similar to
{code}
public interface ObjectConverter<T> {
void writeJson(T instance, JsonbGenerator jsonbGenerator);
T fromJson(JsonbParser jsonbParser, Type targetType);
}
{code}
To get this done we need to split the Mapper into Reader and Writer parts.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)