Working nine to five ...

This commit is contained in:
Viktor Klang 2010-02-20 23:56:25 +01:00
parent b1bb790251
commit 787e7e45b7
23 changed files with 73 additions and 63 deletions

View file

@ -1,7 +1,7 @@
/**
* Copyright (C) 2009-2010 Scalable Solutions AB <http://scalablesolutions.se>
*/
/*
package se.scalablesolutions.akka.serialization
// --- PRIMITIVES ---
@ -373,3 +373,4 @@ case class BinaryStringByteArrayMap(val value: Map[String, Array[Byte]]) extends
def fromBytes(bytes: Array[Byte]) = BinaryStringByteArrayMap(fromByteArray[Map[String, Array[Byte]]](bytes))
def toBytes: Array[Byte] = toByteArray(value)
}
*/