RequestTokenSerializer Class

 

Serializes and deserializes Twitter request and access tokens so that they can be used by other application components.

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

System::Object
  Microsoft.Owin.Security.Twitter.Messages::RequestTokenSerializer

public ref class RequestTokenSerializer : IDataSerializer<RequestToken^>

NameDescription
System_CAPS_pubmethodDeserialize(array<Byte>^)

Deserializes a request token

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticRead(BinaryReader^)

Reads a Twitter request token from a series of bytes. Used by the Deserialize method.

System_CAPS_pubmethodSerialize(RequestToken^)

Serialize a request token

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticWrite(BinaryWriter^, RequestToken^)

Writes a Twitter request token as a series of bytes. Used by the Serialize method.

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

Return to top
Show: