Open viettrungluu opened 2 weeks ago
UnresolvedExtensionType should implement MarshalJSON (and maybe also MarshalBinary and MarshalText), so that the output of unmarshalling can be JSON-marshallable. (time.Time implements these, and everything else is JSON-marshallable.)
Also the unmarshal counterparts.
UnresolvedExtensionType should implement MarshalJSON (and maybe also MarshalBinary and MarshalText), so that the output of unmarshalling can be JSON-marshallable. (time.Time implements these, and everything else is JSON-marshallable.)