State can only be objects that are Serializable. You’re trying to return an `Instance` object, which
State can only be objects that are Serializable. You’re trying to return an
Just return the
Instance object, which is not (it has methods). Just return the
id.




