Click or drag to resize
EntityMappingSerializer Class
Provides serialization and deserialization between an entity mapping and its string representation.
Inheritance Hierarchy
SystemObject
  CMS.MembershipProvider.FacebookEntityMappingSerializer

Namespace: CMS.MembershipProvider.Facebook
Assembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 9.0.0
Syntax
C#
public sealed class EntityMappingSerializer

The EntityMappingSerializer type exposes the following members.

Constructors
  NameDescription
Public methodEntityMappingSerializer
Top
Methods
  NameDescription
Public methodSerializeEntityMapping
Serializes the specified entity mapping into a string.
Public methodUnserializeEntityMapping
Parses the specified string and returns the deserialized entity mapping.
Top
See Also