Primarily intended for use in an isolate.
Future<String> serializeAsync(Object value) async => json.encode(value);