Menu

[r399]: / phprpc_2.1 / java / Serializable.java  Maximize  Restore  History

Download this file

16 lines (14 with data), 379 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
/* Serializable.java
*
* Author: Ma Bingyao <andot@ujn.edu.cn>
* Copyright: CoolCode.CN
* Version: 2.1
* LastModified: 2006-08-09
* This library is free. You can redistribute it and/or modify it.
* http://www.coolcode.cn/?p=202
*/
package org.phprpc.util;
interface Serializable {
byte[] serialize();
void unserialize(byte[] ss);
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.