[This is preliminary documentation and is subject to change.]
Implemented by concrete subclasses, this performs the final write operation for a non-null value of type T
to JSON.

C# | Visual Basic | Visual C++ |
protected abstract void WriteJsonImpl( JsonWriter writer, T value, JsonSerializer serializer )
Protected MustOverride Sub WriteJsonImpl ( _ writer As JsonWriter, _ value As T, _ serializer As JsonSerializer _ )
protected: virtual void WriteJsonImpl( JsonWriter^ writer, T value, JsonSerializer^ serializer ) abstract

- writer (JsonWriter)
- The writer to write JSON data to
- value (T)
- The value to serializer
- serializer (JsonSerializer)
- The serializer to use for nested serialization
Assembly: NodaTime.Serialization.JsonNet (Module: NodaTime.Serialization.JsonNet.dll) Version: 1.0.0.0 (1.0.0.0)