SerializedNameGenerator

Contains a NameGenerator plus the System.Type information of its properties. This class is used by NameGeneratorSerializer when serializing or deserializing a NameGenerator.

Constructors

Constructor
Description

SerializedNameGenerator()

Methods

No public methods.

Properties

Property
Type
Description

Types

The type information to serialize.

Value

The NameGenerator to serialize.

Last updated