DBRef and DBRefBase should implement Serializable to match all the other supported BSON types.
Implementation note: Since DB instances are not serializable, the DB property is marked as transient and will not survive deserialization. As a result, deserialized DBRef instances can not be fetched using the fetch method.