2011-04-11 23:16:21 +00:00
|
|
|
/* Copyright 2011 Yorba Foundation
|
|
|
|
|
*
|
|
|
|
|
* This software is licensed under the GNU Lesser General Public License
|
|
|
|
|
* (version 2.1 or later). See the COPYING file in this distribution.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
public interface Geary.Imap.Serializable {
|
2011-05-04 17:20:17 -07:00
|
|
|
public abstract async void serialize(Serializer ser) throws Error;
|
2011-04-11 23:16:21 +00:00
|
|
|
}
|
|
|
|
|
|