Remove ValueTranscoder interface
This commit is contained in:
@@ -148,14 +148,6 @@ type TypeValue interface {
|
||||
TypeName() string
|
||||
}
|
||||
|
||||
// ValueTranscoder is a value that implements the text and binary encoding and decoding interfaces.
|
||||
type ValueTranscoder interface {
|
||||
Value
|
||||
FormatSupport
|
||||
ParamEncoder
|
||||
ResultDecoder
|
||||
}
|
||||
|
||||
type FormatSupport interface {
|
||||
BinaryFormatSupported() bool
|
||||
TextFormatSupported() bool
|
||||
|
||||
Reference in New Issue
Block a user