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 Instance object, which is not (it has methods).

Just return the
id
.
Was this page helpful?