Open huixiangufl opened 9 years ago
case class Tweet(user_id: Int, text: String, time_stamp: String, var ref_id: String)
object TweetProtocol extends DefaultJsonProtocol { implicit val tweetFormat = jsonFormat4(Tweet) }
case class Tweet(user_id: Int, text: String, time_stamp: String, var ref_id: String)
object TweetProtocol extends DefaultJsonProtocol { implicit val tweetFormat = jsonFormat4(Tweet) }