method

serialize

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: TimeObjectSerializer
serialize(time) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activejob/lib/active_job/serializers/time_object_serializer.rb, line 8 def serialize(time) super("value" => time.iso8601(NANO_PRECISION)) end
Register or log in to add new notes.