Renamed packages in the whole project to be OSGi-friendly, A LOT of breaking changes
This commit is contained in:
parent
14579aaaab
commit
bb4945b0a6
62 changed files with 570 additions and 629 deletions
|
|
@ -5,10 +5,15 @@
|
|||
package se.scalablesolutions.akka.serialization
|
||||
|
||||
import org.codehaus.jackson.map.ObjectMapper
|
||||
|
||||
import com.google.protobuf.Message
|
||||
import reflect.Manifest
|
||||
|
||||
import scala.reflect.Manifest
|
||||
|
||||
import sbinary.DefaultProtocol
|
||||
|
||||
import java.io.{StringWriter, ByteArrayOutputStream, ObjectOutputStream}
|
||||
|
||||
import sjson.json.{Serializer=>SJSONSerializer}
|
||||
|
||||
object SerializationProtocol {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue