Skip to content
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

Add maySerializeAsObject() and maySerializeAsObject() in ObjectIdGenerator to support JSOG #50

Closed
cowtowncoder opened this issue Dec 10, 2014 · 0 comments
Milestone

Comments

@cowtowncoder
Copy link
Member

(note: related to FasterXML/jackson-databind#622)

Since there are potential drawbacks/ambiguities to handling (JSON) Object serialized object ids (since basically it makes it impossible to reliably know object definition and reference from each other, without considering actual Object contents -- something that scalar ids allow), let's require ObjectIdGenerators for object-value object ids to implement a new method.

@cowtowncoder cowtowncoder added this to the 2.5.0 milestone Dec 10, 2014
cowtowncoder added a commit that referenced this issue Dec 10, 2014
@cowtowncoder cowtowncoder changed the title Add ObjectIdGenerator.maySerializeAsObject() to support JSOG Add maySerializeAsObject() and maySerializeAsObject() in ObjectIdGenerator to support JSOG Dec 10, 2014
cowtowncoder added a commit that referenced this issue Dec 10, 2014
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

No branches or pull requests

1 participant