NameGeneratorSerializer
Last updated
Last updated
A convenience class for reading and writing a to disk and back.
NameGeneratorSerializer()
Initializes a new with basic encoder settings.
Deserialize(System.String filepath)
Reads a json file and turns it into a . This method expects the json file to have been written by the Syllabore.Json.NameGeneratorSerializer.Serialize method of this class.
Serialize( generator, System.String filepath)
System.Void
Writes the specified to a json file.
EncoderSettings
System.Text.Encodings.Web.TextEncoderSettings
Allows characters and unicode ranges.
WriteIndented
System.Boolean
If true, json output will be indented and easier to read.