Interface to indicate that an item has a toJSON but that it is async.
Asynchronously serialize the item to JSON.
A promise that resolves to the JSON representation of the item.
Interface to indicate that an item has a toJSON but that it is async.