All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.almondtools.testrecorder.SerializationProfile Maven / Gradle / Ivy

There is a newer version: 0.1.6
Show newest version
package com.almondtools.testrecorder;

import java.lang.reflect.Field;
import java.util.List;
import java.util.function.Predicate;

public interface SerializationProfile {

	List> getSerializerFactories();

	List> getFieldExclusions();

	List>> getClassExclusions();

	List getGlobalFields();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy