def fix_peewee_obj(obj):
    """
    Serializes a single peewee object
    """
    ser = Serializer()
    return ser.serialize_object(obj)