[This is preliminary documentation and is subject to change.]
The SerializationUtils type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() ![]() | FindSerializationAttributedMethods |
Finds methods decorated by [On(De)Seriali(zing/zed)]
|
![]() ![]() | GetISerializableCtorInfo |
Returns .ctor(SerializationInfo, StreamingContext) that complies with ISerializable concept, or null.
|
![]() ![]() | GetNodeByPath |
Navigates through JSON datamap by subsequent node names.
|
![]() ![]() | GetSerializableFields |
Gets all serializable fields for type in parent->child declaraion order, sub-ordered by case
within the segment
|
![]() ![]() | InvokeSerializationAttributedMethods |
Calls method in the list that was returned by a call to FindSerializationAttributedMethods
|
![]() ![]() | MakeNewObjectInstance |
Create new object instance for type, calling default ctor
|
![]() ![]() | WalkArrayRead T |
Performs an action on each element of a possibly mutidimensional array
|
![]() ![]() | WalkArrayWrite |
Performs an action on each element of a possibly mutidimensional array
|
See Also