Hello Gents,i would like to open discussion about the method serializeTo in *Headers and so on since i use the Java counterpart for the serialization.
Those violate the *interface*-*segregation principle* (ISP) that states that no client should be forced to depend on methods it does not use,
i would propose to separate serializeTo to an external interface and implement that interface. So it will make easy for testing, testing just
a single concern. Let me know what you think about. BR, Giorgio
