Bug 1770751 will add code so that we are able to detect any available type that needs to be serialized. With this bug we can extend this serialization for these types that have a container type in their value field.
Bug 1770754 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Bug 1770751 will add code so that we are able to detect any available type that needs to be serialized. With this bug we can extend this serialization for these types that have a container type in their value field. This means adding support for the `max depth` argument.
With this bug we want to extend our serialization for types that have a container type in their value field. This means adding support for the `max depth` argument. Note that this is not about using the strong `handle` field which is bug 1770736.