-
-
Notifications
You must be signed in to change notification settings - Fork 338
Update packages and docs #332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| *<p> | ||
| * Note that actual type of 'context' is | ||
| * <code>com.fasterxml.jackson.databind.SerializerProvider</code>, | ||
| * <code>SerializerProvider</code>, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably be
<code>SerializerProvider</code> (2.x) / <code>SerializationContext</code> (3.x)
cowtowncoder
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One change needed, almost there. :)
|
Thank you again! |
| *<p> | ||
| * Note that actual type of 'context' is | ||
| * <code>com.fasterxml.jackson.databind.SerializerProvider</code>, | ||
| * Should probably be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, did not mean for "Should probably be" added, just remove that line.
|
@cowtowncoder I will come back with more changes wrt renaming |
cowtowncoder
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.