UniqueSerializerNameGenerator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to generate unique serializer names based on DomainClass name.
public ref class UniqueSerializerNameGenerator
public class UniqueSerializerNameGenerator
type UniqueSerializerNameGenerator = class
Public Class UniqueSerializerNameGenerator
- Inheritance
-
UniqueSerializerNameGenerator
Constructors
UniqueSerializerNameGenerator(DslLibrary) |
Constructor |
UniqueSerializerNameGenerator(IList<DomainClass>) |
Constructor |
Methods
GetGenerationSerializerName(DomainClass) |
Get name of the class that contains the actual generated implementation of serializer for the given DomainClass. |
GetSerializerName(DomainClass) |
Get a unique serializer name for the given DomainClass. |