| RiakObject Methods | 
The RiakObject type exposes the following members.
| Name | Description | |
|---|---|---|
| BinIndex | 
            Fetch a single string (binary) secondary idnex to work with.
              | |
| Equals(Object) | 
            Determines whether the specified object is equal to the current object.
              (Overrides ObjectEquals(Object).) | |
| Equals(RiakObject) | 
            Determines whether the specified object is equal to the current object.
              | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | 
            Returns a hash code for the current object.
            Uses a combination of the public properties to generate a unique hash code.
              (Overrides ObjectGetHashCode.) | |
| GetObjectT | 
            Deserializes and returns the object's value.
              | |
| GetObjectT(DeserializeObjectT, ResolveConflictT) | 
            Deserializes and returns the object's value, using the provided deserializer. 
              | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| IntIndex | 
            Fetch a single integer secondary index to work with.
              | |
| LinkTo(RiakObject, String) |  Obsolete.  
            Create a link from this object to another using a tag.
              | |
| LinkTo(RiakObjectId, String) |  Obsolete.  
            Create a link from this object to another using a tag.
              | |
| LinkTo(String, String, String) |  Obsolete.  
            Create a link from this object to another using a tag.
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| RemoveLink(RiakLink) |  Obsolete.  
            Remove a link, that goes from this object to another.
              | |
| RemoveLink(RiakObject, String) |  Obsolete.  
            Remove a link, that goes from this object to another.
              | |
| RemoveLink(RiakObjectId, String) |  Obsolete.  
            Remove a link, that goes from this object to another.
              | |
| RemoveLink(String, String, String) |  Obsolete.  
            Remove a link, that goes from this object to another.
              | |
| RemoveLinks(RiakObject) |  Obsolete.  
            Remove all links from this object that link to riakObject.
              | |
| RemoveLinks(RiakObjectId) |  Obsolete.  
            Remove all links from this object that link to riakObjectId.
              | |
| SetObjectT(T, SerializeObjectToByteArrayT) | 
            Set the object's value, after serializing it with the provided serializer.
              | |
| SetObjectT(T, SerializeObjectToStringT) | 
            Set the object's value, after serializing it with the provided serializer.
              | |
| SetObjectT(T, String) | 
            Set the object's value, after serializing it.
              | |
| SetObjectT(T, String, SerializeObjectToByteArrayT) | 
            Set the object's value, after serializing it with the provided serializer.
              | |
| SetObjectT(T, String, SerializeObjectToStringT) | 
            Set the object's value, after serializing it with the provided serializer.
              | |
| ToRiakObjectId | 
            Get the Id for this object.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |