class ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Xml

:nodoc:
:nodoc:

def serialize(value)

def serialize(value)
  return unless value
  Data.new(super)
end

def type

:nodoc:
:nodoc:
def type
  :xml
end