6 lines
172 B
Go
6 lines
172 B
Go
package jsoninfo
|
|
|
|
type StrictStruct interface {
|
|
EncodeWith(encoder *ObjectEncoder, value interface{}) error
|
|
DecodeWith(decoder *ObjectDecoder, value interface{}) error
|
|
}
|