ISerializerLocatorExtensions 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.
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. |