class BSON::ObjectId
def marshal_load(data)
- Since: - 2.0.0
Returns:
-
(String)- The raw bson bytes.
Parameters:
-
data(String) -- The raw bson bytes.
Other tags:
- Example: Unmarshal the data. -
def marshal_load(data) @raw_data = data end