method

serialize

rails latest stable - Class: ActiveModel::Attributes::Normalization::NormalizedValueType

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

serialize(value)
public

No documentation available.

# File activemodel/lib/active_model/attributes/normalization.rb, line 163
          def serialize(value)
            serialize_cast_value(cast(value))
          end