Mingcong / Twitter_Server

0 stars 0 forks source link

tweet protocol #5

Open huixiangufl opened 9 years ago

huixiangufl commented 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) }