Use for adding custom schemas for complex types.
For example, you might want to support a conceptual "big number", which can be serialized into a string or JSON object somehow and then deserialized back into a "big number" value with all of the functions that you'd expect.
Use for adding custom schemas for complex types.
For example, you might want to support a conceptual "big number", which can be serialized into a string or JSON object somehow and then deserialized back into a "big number" value with all of the functions that you'd expect.