method
serialize
v7.0.0 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Xml
serialize(value)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql/oid/xml.rb, line 12
def serialize(value)
return unless value
Data.new(super)
end