Uses of Class
org.kuali.rice.krad.util.documentserializer.SerializationState
Packages that use SerializationState
-
Uses of SerializationState in org.kuali.rice.krad.util.documentserializer
Methods in org.kuali.rice.krad.util.documentserializer with parameters of type SerializationStateModifier and TypeMethodDescriptionprotected booleanPropertySerializabilityEvaluatorBase.evaluateCompleteMatch(SerializationState state, Object containingObject, PropertySerializabilityMetadata metadata, String childPropertyName, Object childPropertyValue) Evaluates whether a property is serializable when all properties in the serialization state have been matched up with the properties defined in the data dictionary.protected booleanPropertySerializabilityEvaluatorBase.evaluatePartialMatch(SerializationState state, int lastMatchedStateIndex, Object containingObject, PropertySerializabilityMetadata metadata, String childPropertyName, Object childPropertyValue) Evaluates whether a property is serializable when only some of the properties in the serialization state have been matched up with the serializable properties specified in the data dictionary.booleanAlwaysFalsePropertySerializabilityEvaluator.isPropertySerializable(SerializationState state, Object containingObject, String childPropertyName, Object childPropertyValue) booleanAlwaysTruePropertySerializibilityEvaluator.isPropertySerializable(SerializationState state, Object containingObject, String childPropertyName, Object childPropertyValue) Trivially returns true Returns whether a child property of a given containing object should be serialized, based on the metadata provided in the data dictionary.booleanPropertySerializabilityEvaluator.isPropertySerializable(SerializationState state, Object containingObject, String childPropertyName, Object childPropertyValue) Determines whether a child property of an object is serializable.booleanPropertySerializabilityEvaluatorBase.isPropertySerializable(SerializationState state, Object containingObject, String childPropertyName, Object childPropertyValue) Returns whether a child property of a given containing object should be serialized, based on the metadata provided in the data dictionary.Constructors in org.kuali.rice.krad.util.documentserializer with parameters of type SerializationStateModifierConstructorDescriptionSerializationState(SerializationState stateToCopy) Creates a new SerializationState that is a copy of the given state