Struct DeserializationEvent
Structure to events that occur during deserialization.
Namespace: Unity.Serialization.Json
Syntax
public struct DeserializationEvent
Fields
Payload
The payload for the event.
Declaration
public readonly object Payload
Field Value
| Type | Description | 
|---|---|
| Object | 
Type
The type of event.
Declaration
public readonly EventType Type
Field Value
| Type | Description | 
|---|---|
| EventType | 
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description | 
|---|---|
| String |