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

Namespace: CMS.ExternalAuthentication.Facebook
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.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