Method | Description | |
---|---|---|
Deserialize ( byte restrictionData ) : void |
Deserialize the Restriction data.
|
|
Serialize ( ) : byte[] |
Serialize the Restriction data.
|
|
Size ( ) : int |
Get the size of the restriction data.
|
public abstract Deserialize ( byte restrictionData ) : void | ||
restrictionData | byte | The restriction data. |
return | void |