ISerializerLocatorExtensions Class

Definition

Provides convenience methods to extend the standard ISerializerLocator interface

public ref class ISerializerLocatorExtensions abstract sealed
public static class ISerializerLocatorExtensions
type ISerializerLocatorExtensions = class
Public Module ISerializerLocatorExtensions
Inheritance
ISerializerLocatorExtensions

Methods

GetDomainModelType(ISerializerLocator, String)

This method takes a target namespace string and return the corresponding domain model type

GetSerializer(ISerializerLocator, Type)

Returns a serializer that handles the specified type of domain model, or null if an appropriate serializer could not be found.

Applies to