Chris' Tutorials
Docs/Calendar Time

Class

AgeStateSerializer

Generated GDScript class reference for CalendarTime.AgeStateSerializer.

StatusCurrent
Versionv2.0
UpdatedGenerated from GDScript addon source
Source note:This page rendered plugin-owned docs or generated metadata inside unified Astro docs shell.

AgeStateSerializer — stateless service that serializes ageing state. RefCounted (not Node). Composed by the save facade, not scene-authored.

Source: addons/calendar_time/ageing/age_state_serializer.gd

Syntax

class AgeStateSerializer extends RefCounted

Members

NameKindSummary
AGE_STATESField
AGE_SERVICE_STATEField
age_servicePropertyThe ageing service to serialize / deserialize. The registry is resolved from `age_service.clock.age_registry` — the per-clock registry carried by the clock the service is bound to. If `null`, the serializer emits a warning on to_dict/from_dict and returns an empty dict / no-ops on load — never silently drops the age half of the save (the caller must see the warning).
to_dictMethod
registryProperty
dataProperty
from_dictMethod
age_statesProperty
registryProperty

Source

addons/calendar_time/ageing/age_state_serializer.gd

Plugin docs root:gdscript/plugins/calendar_time_dev/docs