Working nine to five ...
This commit is contained in:
parent
b1bb790251
commit
787e7e45b7
23 changed files with 73 additions and 63 deletions
|
|
@ -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)
|
||||
}
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue