ClassPivotSerializationHelper
Class
Provides all known types necessary for serializing LocalDataSourceProvider. Use this class to extract these knownTypes and concatenate them with your knownTypes, so you can pass them to for example.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public static class PivotSerializationHelper
Inheritance: objectPivotSerializationHelper
Properties
KnownTypes
Gets known types in LocalDataSourceProvider to use with serializer such as .
Declaration
cs-api-definition
public static IEnumerable<Type> KnownTypes { get; }
Property Value
An enumeration with the known serializable classes for the LocalDataSourceProvider IDataProvider.