Click or drag to resize
RiakObjectGetObjectT Method
Deserializes and returns the object's value.

Namespace:  RiakClient.Models
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public T GetObject<T>()

Type Parameters

T
The value's target type.

Return Value

Type: T
The deserialized value.
Remarks
This overload will choose its deserializer based on the object's ContentType property. Supported types for this overload are: ApplicationJson, ProtocolBuffers, and Xml.
See Also