IMetadataAnnotationSerializer.Deserialize Method (String, String)

 

Deserializes the given string back into the expected annotation value.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

object Deserialize(
	string name,
	string value
)

Parameters

name
Type: System.String

The name of the annotation that is being deserialized.

value
Type: System.String

The string to deserialize.

Return Value

Type: System.Object

The deserialized annotation value.