Using Active records as data objects

Hi

Is there a way to use Active Records only as data objects? I have a
mixed server environment [rails and non rails] and I have to pass the
data objects around [memcached bus etc].

The current option I have is to do a ar.attributes() and pass this
hash around. Is there a better way of doing this?