Interface for the oEmbed object serializer.

Namespace: MonoSoftware.MonoX.oEmbed.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public interface ISerializer<T>
Visual Basic
Public Interface ISerializer(Of T)
Visual C++
generic<typename T>
public interface class ISerializer
F#
type ISerializer<'T> =  interface end

Type Parameters

T
Type of the object to serialize or deserialize.

See Also