IndexAnnotationSerializer.Deserialize(String, String) Method

Definition

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