ResourceDeserializedEvent
Hierarchy
- SerializationEvent<{ actual: ResourceSerializedOutput; old: ResourceSerializedOutput }>- ResourceDeserializedEvent
 
Index
Constructors
constructor
- Parameters- optionalname: string
- optionalpayload: { actual: ResourceSerializedOutput; old: ResourceSerializedOutput }
- actual: ResourceSerializedOutput
- old: ResourceSerializedOutput
 - Returns ResourceDeserializedEvent
Properties
readonlyinheritedheader
Type declaration
- timestamp: number
readonlyinheritedname
readonlyinheritedpayload
Type declaration
- actual: ResourceSerializedOutput
- old: ResourceSerializedOutput
Methods
staticregistrar
- The - registrar()method is explicitly called by the EventSource decorator for a method to enhance that method to auto-emit events.- Parameters- eventService: EventService
- descriptor: PropertyDescriptor
 - Returns void
This event is emitted when resources are deserialized from serialized output.
Events/Serialization
The Event instance.