### Describe the feature In v1, `ojbectHash` returns value like this: `object:1:string:3:foo:string:3:bar`, but in v2, `serialize` returns value like this: `{foo:'bar'}` How can I generate return value in the form of version v1? ### Additional information - [ ] Would you be willing to help implement this feature?