Interface IIdentityStore
Used to store identities so that they are unique, and retrieve them during serialization and deserialization.
Namespace: ExtendedXmlSerializer.ContentModel.Identification
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface IIdentityStore
Methods
Get(String, String)
Gets the identity located with the provided input.
Declaration
IIdentity Get(string name, string identifier)
Parameters
System.String
name
Name of the identity. |
System.String
identifier
Namespace of the identity. |
Returns
IIdentity
|