-
-
Notifications
You must be signed in to change notification settings - Fork 819
Closed
Description
(note: follow-up from FasterXML/jackson-databind#1068)
While VALUE_EMBEDDED_OBJECT
is mostly used internally for piping through things like native binary content (byte[]
), it is also necessary in some cases to support native datatypes of non-JSON formats, and especially when buffering is required. Although not all backends will support such writes (in fact, most standard ones would throw an exception), there are cases where calling code knows that this is safe usage; and there is the specific case of buffering (TokenBuffer
) where we can support opaque passing of such objects.
So, it may make sense to add such an optional method to make it easier to support data formats with richer set of primitives.
Metadata
Metadata
Assignees
Labels
No labels