You've already forked lazarus-ccr
10 lines
238 B
PHP
10 lines
238 B
PHP
![]() |
type
|
||
|
|
||
|
nsISerializable = interface(nsISupports)
|
||
|
['{91cca981-c26d-44a8-bebe-d9ed4891503a}']
|
||
|
procedure read(aInputStream: nsIObjectInputStream); safecall;
|
||
|
procedure write(aOutputStream: nsIObjectOutputStream); safecall;
|
||
|
|
||
|
end;
|
||
|
|