Contains the arguments passed to the JsonSerializeTag and JsonDeserializeTag event handlers.
The following tables list the members exposed by the JsonSerializeTagEventArgs type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the JsonSerializeTagArgs class. Constructs a prototypical Event. |
Name | Description | |
---|---|---|
![]() |
Gets a context object that can help you write and read various values. |
|
![]() |
Gets the object being serialized/deserialized. |
|
![]() |
Gets the name of the property being serialized. |
|
![]() |
Gets the JsonObject, representing the tag object |
|
![]() |
Gets the tag object being serialized/deserialized. |
|
![]() |
Gets a value indicating whether the event is handled. |
|
![]() |
Sets a value indicating whether the event is handled. Always set this flag to true if you perform custom tag serialization. |
|
![]() |
Sets the JsonObject, representing the tag object |
|
![]() |
Sets the tag object being serialized/deserialized. |