Interface SerializerExtensionProvider

All Known Subinterfaces:
SwitchConnectionProvider
All Known Implementing Classes:
SwitchConnectionProviderImpl

public interface SerializerExtensionProvider
Provides methods for serialization part of extensibility. In case of handling multiple structures of same type (actions, instructions, match entries, ... ) which are differentiated by vendor / experimenter subtype, vendor has to switch / choose between these subtypes.

This has to be done in this way because of unknown augmentations - that's why vendor has to handle it in his own implementations.

Author:
michal.polkorab