GetTypeResolver returns the type resolver for this Fory instance
()
| 242 | |
| 243 | // GetTypeResolver returns the type resolver for this Fory instance |
| 244 | func (f *Fory) GetTypeResolver() *TypeResolver { |
| 245 | return f.typeResolver |
| 246 | } |
| 247 | |
| 248 | // NewForyWithOptions is an alias for New for backward compatibility |
| 249 | func NewForyWithOptions(opts ...Option) *Fory { |
no outgoing calls