fix arrays
[nikiroo-utils.git] / src / be / nikiroo / utils / serial / CustomSerializer.java
index 9c3ef8c425577bba30dd327fedf9e4d4348e80ac..e29e8cf93969e950a096ece9d48d14a9a81576be 100644 (file)
@@ -44,7 +44,6 @@ public abstract class CustomSerializer {
 
        public Object decode(InputStream in) throws IOException {
                // TODO: manage ENTER
-               // TODO read and skip "custom^......^": next(), next(), nextAll() ?
                NextableInputStream stream = new NextableInputStream(in,
                                new NextableInputStreamStep('^'));