Namespace
- MODULE ActiveJob::Arguments::Hash
Methods
- D
- S
Instance Public methods
deserialize(arguments) Link
Deserializes a set of arguments. Intrinsic types that can safely be deserialized without mutation are returned as-is. Arrays/Hashes are deserialized element by element. All other types are deserialized using GlobalID.
serialize(arguments) Link
Serializes a set of arguments. Intrinsic types that can safely be serialized without mutation are returned as-is. Arrays/Hashes are serialized element by element. All other types are serialized using GlobalID.