[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() | Parcel |
Used for serialization
|
![]() | Parcel(Object) |
This ctor is never public, used with __ctor__injectID
|
![]() | Parcel(GDID, Object) |
Called when creating new Parcel instances by the original author.
The new instance is in 'ParcelState.Creating' state
|
![]() | Parcel(GDID, Object, IReplicationVersionInfo) |
Called by device to load parcel from storage.
The new instance is in 'ParcelState.Sealed' state.
Business logic devs - do not call
|
See Also