(context.Context, *Server, uint64, *ResultCall, json.RawMessage)
| 56 | type PersistedObjectDecoder interface { |
| 57 | Typed |
| 58 | DecodePersistedObject(context.Context, *Server, uint64, *ResultCall, json.RawMessage) (Typed, error) |
| 59 | } |
| 60 | |
| 61 | // PersistedSelfCodec is the shared interface used to encode/decode result self |
no outgoing calls