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.Copyright © 2019. All rights reserved.