Add `encode` method (not implemented) to `CLISerializer`.
This commit is contained in:
parent
28ba22f154
commit
e5f5532361
|
@ -102,3 +102,6 @@ class CLISerializer(AbstractSerializer):
|
|||
dict[key] = value[0]
|
||||
|
||||
return dict
|
||||
|
||||
def encode(self, d, **kwargs):
|
||||
raise NotImplementedError
|
||||
|
|
Loading…
Reference in New Issue