@internal Object? jsonSerializationFallback(Object? nonEncodable) { if (nonEncodable == null) { return null; } return nonEncodable.toString(); }