Traits
Table of Contents
Traits
- EncoderAware
- NB: if a class implements this trait, and it is subclassed, instances of the class and of the subclass will share the same encoder instance, unless the subclass reimplements these methods
- JsonRpcVersionAware
- SerializerAware
- NB: if a class implements this trait, and it is subclassed, instances of the class and of the subclass will share the same serializer instance, unless the subclass reimplements these methods