$jsonSerializers top-level property
- @visibleForTesting
final
Serializer for all values in this library.
Serializes values into the json. Json serialization is more expensive than the built_value wire format.
See: $serializers for serializing into the built_value
wire format.
Implementation
@_i2.visibleForTesting
final Serializers $jsonSerializers = _$jsonSerializers;