Example #1
0
        static ValueMarshaller getMarshaller(Type type)
        {
            var m = ConfigAccessor.GetStandartValueMarshaller(getElementType(type));

            return(m.GetType() == typeof(ListMarshaller) ? null : m);
        }