StackSerializer(TItem) Class (original) (raw)
StackSerializerTItem Class
Represents a serializer for Stacks.
Inheritance Hierarchy
Namespace: MongoDB.Bson.Serialization.Serializers
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public class StackSerializer : EnumerableSerializerBase<Stack, TItem>, IChildSerializerConfigurable, IBsonArraySerializer, IBsonSerializer
Public Class StackSerializer(Of TItem) Inherits EnumerableSerializerBase(Of Stack(Of TItem), TItem) Implements IChildSerializerConfigurable, IBsonArraySerializer, IBsonSerializer
type StackSerializer<'TItem> =
class
inherit EnumerableSerializerBase<Stack<'TItem>, 'TItem>
interface IChildSerializerConfigurable
interface IBsonArraySerializer
interface IBsonSerializer
end
Type Parameters
TItem
The type of the elements.
The StackSerializerTItem type exposes the following members.
Constructors
Properties
Methods
Extension Methods
See Also