class documentation
class HasTypeCode(Protocol): (source)
Known subclasses: fritter.persistent.jsonable.JSONable, fritter.persistent.jsonable.RuleJSONIfier
The HasTypeCode protocol describes an object with a typeCodeForJSON method; this is used as a bound on other types such as JSONableCallable, JSONableRepeatable, and JSONableInstance.
| Method | type |
Type-code for the serialized JSON object to be looked up later. |
overridden in
fritter.persistent.jsonable.JSONableInstanceType-code for the serialized JSON object to be looked up later.