NodaDateTimeZoneConverter.

WriteJsonImpl(JsonWriter, DateTimeZone, JsonSerializer) Method

Summary

Writes the time zone ID to the writer.

Syntax

protected override void WriteJsonImpl(JsonWriter writer, DateTimeZone value, JsonSerializer serializer)

Parameters

Name Type Description
writer JsonWriter The writer to write JSON data to
value DateTimeZone The value to serializer
serializer JsonSerializer The serializer to use for nested serialization

Return Value

Type Description
void