| RiakObjectSetObject Method |
| Name | Description | |
|---|---|---|
| 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.
|