Introduction to TypeSelectorsTypeSelectors are what the MessageSerializer uses to determine what When the MessageSerializer is processing a class to determine how it should be handled, it will go through each property that
needs to be serialized and check the TypeSelectors that have been configured to determine which All TypeSelectors inherit from The Type that is returned is of type The TypeSelectors are processed in order until one returns a Type other than By default the
See |