dart_vm_only/serialization_information_handler library

Classes

UsePropertiesOnMissingSerializationInformation Fallback Behavior
Serializes classes by inspecting their properties and automatically converting them into php-properties. Optionally, if inspectPrivate is set to true, it will also inspect private properties. If inspectGetters is set to true, it will additionally inspect getters. Both options can be combined to also inspect private getters.