Event refactoring
[aquarium] / src / main / scala / gr / grnet / aquarium / converter / JsonConversions.scala
index 3a5cc8b..0dc4e0f 100644 (file)
@@ -38,8 +38,6 @@ package gr.grnet.aquarium.converter
 import net.liftweb.json.JsonAST.JValue
 import net.liftweb.json._
 import ext.JodaTimeSerializers
-import gr.grnet.aquarium.event.ExternalEventSkeleton
-
 
 /**
  * Provides conversion methods from and to JSON.
@@ -53,8 +51,7 @@ object JsonConversions {
   /**
    * The application-wide JSON formats used from the underlying lift-json library.
    */
-  implicit val Formats = (DefaultFormats ++ JodaTimeSerializers.all) +
-    FieldSerializer[ExternalEventSkeleton]()
+  implicit val Formats = (DefaultFormats ++ JodaTimeSerializers.all)
 
   /**
    * Converts a value to JSON AST (Abstract Syntax Tree) by acting a bit intelligently, depending on the actual type