UriSerializer Class (original) (raw)

Represents a serializer for Uris.

Inheritance Hierarchy

Namespace: MongoDB.Bson.Serialization.Serializers
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public class UriSerializer : ClassSerializerBase

Public Class UriSerializer Inherits ClassSerializerBase(Of Uri)

type UriSerializer =
class inherit ClassSerializerBase end

The UriSerializer type exposes the following members.

Constructors

| | Name | Description | | | ---------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------ | | Public method | UriSerializer | Initializes a new instance of the UriSerializer class. |

Top

Properties

Methods

Extension Methods

See Also

Reference