Skip to content

Support overriding toArray

Choose a tag to compare

@brianlmoon brianlmoon released this 01 Mar 20:12
· 16 commits to main since this release
575f67c

If an object does not support the Export interface, a child class may want to convert it before these base classes toArray is called. This also adds support for classes implementing the JsonSerializable interface.