go-gorm / datatypes

GORM Customized Data Types Collection
https://gorm.io/docs/data_types.html
MIT License
714 stars 108 forks source link

Is there a solution that allows me to use gob encode / decode with data containing `JsonType` ? #233

Open AH-dark opened 11 months ago

AH-dark commented 11 months ago

Your Question

If one of my data models contains a JsonType, I cannot gob encode it because the JsonType's data is not exported.

The document you expected this should be explained

I'm not sure.

Expected answer

A code solution that can solve the above problem.