Mercurial > hg4j
comparison src/org/tmatesoft/hg/internal/DataSerializer.java @ 673:545b1d4cc11d
Refactor HgBundle.GroupElement (clear experimental mark), resolve few technical debt issues
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Fri, 12 Jul 2013 20:14:24 +0200 |
parents | 14dac192aa26 |
children |
comparison
equal
deleted
inserted
replaced
672:d2552e6a5af6 | 673:545b1d4cc11d |
---|---|
22 | 22 |
23 import org.tmatesoft.hg.core.HgIOException; | 23 import org.tmatesoft.hg.core.HgIOException; |
24 import org.tmatesoft.hg.repo.HgRuntimeException; | 24 import org.tmatesoft.hg.repo.HgRuntimeException; |
25 | 25 |
26 /** | 26 /** |
27 * Serialization friend of {@link DataAccess} | 27 * Serialization friend of {@link DataAccess}, similar to OutputStream with few handy methods |
28 * | 28 * |
29 * @author Artem Tikhomirov | 29 * @author Artem Tikhomirov |
30 * @author TMate Software Ltd. | 30 * @author TMate Software Ltd. |
31 */ | 31 */ |
32 @Experimental(reason="Work in progress") | 32 @Experimental(reason="Work in progress") |