Package org.apache.ignite.marshaller
Class MarshallerExclusions
- java.lang.Object
- 
- org.apache.ignite.marshaller.MarshallerExclusions
 
- 
 public final class MarshallerExclusions extends Object Controls what classes should be excluded from marshalling by default.
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclearCache()Intended for test purposes only.static booleanisExcluded(Class<?> cls)Checks whether or not given class should be excluded from marshalling.
 
- 
- 
- 
Method Detail- 
isExcludedpublic static boolean isExcluded(Class<?> cls) Checks whether or not given class should be excluded from marshalling.- Parameters:
- cls- Class to check.
- Returns:
- trueif class should be excluded,- falseotherwise.
 
 - 
clearCachepublic static void clearCache() Intended for test purposes only.
 
- 
 
-