-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementv1This issue should be closed before version 1 is releasedThis issue should be closed before version 1 is released
Description
This needs tidying up, there's two or three routes I can go down:
- Remove the need to instantiate an encoder class by making the methods
@classmethod Change the paradigm to having the encoding settings set at object constructiondecided against- Use class inheritance far more to allow customisation at the inheritance level, using mixin classes e.g. there might be a
StreamEncoderbase class and aMappingEncodermixin class. This would probably require deprecating the functional interface entirely.
Metadata
Metadata
Assignees
Labels
enhancementv1This issue should be closed before version 1 is releasedThis issue should be closed before version 1 is released