SyncMetadataStoreSerializer Class
When overridden by a derived class, serializes and deserializes metadata for a replica.
System.Object
Microsoft.Synchronization.MetadataStorage.SyncMetadataStoreSerializer
Microsoft.Synchronization.MetadataStorage.SqlSyncMetadataStoreSerializer
Microsoft.Synchronization.MetadataStorage.SyncMetadataStoreSerializer
Microsoft.Synchronization.MetadataStorage.SqlSyncMetadataStoreSerializer
Assembly: Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)
The SyncMetadataStoreSerializer type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SyncMetadataStoreSerializer | Initializes a new instance of the SyncMetadataStoreSerializer class. |
| Name | Description | |
|---|---|---|
![]() | DeserializeReplicaMetadata | When overridden in a derived class, deserializes the contents of a metadata file to a metadata storage service store. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetSerializedReplicaId | When overridden in a derived class, returns the replica ID for the replica whose metadata was serialized to the specified destination file. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SerializeReplicaMetadata | When overridden in a derived class, serializes, for the specified replica, the contents of a metadata storage service store to a destination file. |
![]() | ToString | (Inherited from Object.) |
The SqlSyncMetadataStoreSerializer class provided by Sync Framework implements this abstract class to serializes and deserialize metadata for a replica between a canonical metadata file format and version-specific metadata storage service store formats.
Show:
