IndexAnnotationSerializer.Deserialize(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deserializes the given string back into an IndexAnnotation object.
public virtual object Deserialize (string name, string value);
abstract member Deserialize : string * string -> obj
override this.Deserialize : string * string -> obj
Public Overridable Function Deserialize (name As String, value As String) As Object
Parameters
- name
- String
The name of the annotation that is being deserialized.
- value
- String
The string to deserialize.
Returns
The deserialized annotation value.
Implements
Exceptions
If there is an error reading the serialized value.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework