Right now we are just serializing every special type to string which is not ok for certain types. For instance there might be some special integer type which should not be stringified. In order to fix this, we should be creating a custom set of types with their associated serializer and then document those types better.
Right now we are just serializing every special type to string which is not ok for certain types. For instance there might be some special integer type which should not be stringified. In order to fix this, we should be creating a custom set of types with their associated serializer and then document those types better.