Click or drag to resize
RiakObjectSetObject Method
Overload List
  NameDescription
Public methodSetObjectT(T, SerializeObjectToByteArrayT)
Set the object's value, after serializing it with the provided serializer.
Public methodSetObjectT(T, SerializeObjectToStringT)
Set the object's value, after serializing it with the provided serializer.
Public methodSetObjectT(T, String)
Set the object's value, after serializing it.
Public methodSetObjectT(T, String, SerializeObjectToByteArrayT)
Set the object's value, after serializing it with the provided serializer.
Public methodSetObjectT(T, String, SerializeObjectToStringT)
Set the object's value, after serializing it with the provided serializer.
Top
See Also