public interface JsiiSerializable
JsiiObject implements this as well as all generated jsii interfaces.
The actual metadata needed for serialization is defined by the @Jsii annotations attached to these
types, but Jackson doesn't support selecting serializers by annotations, so we needed a type as a marker.
See JsiiObjectMapper for details.| Modifier and Type | Method and Description |
|---|---|
default com.fasterxml.jackson.core.TreeNode |
$jsii$toJson()
Serializes this object to JSON.
|
default com.fasterxml.jackson.core.TreeNode $jsii$toJson()
Copyright © 2019. All rights reserved.