Jaa


Serializers Class

 

Provides access to a request token serializer

Namespace:   Microsoft.Owin.Security.Twitter.Messages
Assembly:  Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Twitter.Messages.Serializers

Syntax

public static class Serializers
public ref class Serializers abstract sealed 
[<AbstractClass>]
[<Sealed>]
type Serializers = class end
Public NotInheritable Class Serializers

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static RequestToken

Gets or sets a statically-avaliable serializer object. The value for this property will be RequestTokenSerializer by default.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Owin.Security.Twitter.Messages Namespace

Return to top