Method | Description | |
---|---|---|
SerializeToByteList ( ) : List |
This method is used to serialize the element into a byte List.
|
Method | Description | |
---|---|---|
Filter ( FilterType filterType ) : System |
Initializes a new instance of the Filter class
|
|
SerializeFilterData ( List |
This method is used to serialize the filter data to the given byte list.
|
protected Filter ( FilterType filterType ) : System | ||
filterType | FilterType | Filter Category |
return | System |
protected abstract SerializeFilterData ( List |
||
byteList | List |
Specify the byte list which will contain the filter data. |
return | void |