(@Nullable Object obj)
| 332 | |
| 333 | // ensure +1 |
| 334 | public @NotNull JsonWriter write(@Nullable Object obj) { |
| 335 | return write(Json.instance, obj); |
| 336 | } |
| 337 | |
| 338 | // ensure +1 |
| 339 | public @NotNull JsonWriter write(@NotNull Json json, @Nullable Object obj) { |
nothing calls this directly
no test coverage detected