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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework