Click or drag to resize
RiakDtSetResultGetObjectsT Method
Deserialize the Values collection into a

Namespace:  RiakClient.Models.RiakDt
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public ISet<T> GetObjects<T>(
	DeserializeObject<T> deserializeObject
)

Parameters

deserializeObject
Type: RiakClient.ModelsDeserializeObjectT
A delegate to handle deserialization of an byte[] serialized object to it's original type.

Type Parameters

T
The set members target type.

Return Value

Type: ISetT
A newly initialized ISetT collection, populated with the deserialized objects from Values.
Exceptions
ExceptionCondition
ArgumentExceptionThe deserializeObject parameter must not be null.
See Also