All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.eikek.calev.jackson.CalEventSerializer.scala Maven / Gradle / Ivy

The newest version!
package com.github.eikek.calev.jackson

import com.fasterxml.jackson.databind.ser.std.ToStringSerializerBase
import com.github.eikek.calev.CalEvent

@SerialVersionUID(1L)
class CalEventSerializer extends ToStringSerializerBase(classOf[CalEvent]) {

  override def valueToString(value: Any): String =
    value.asInstanceOf[CalEvent].asString
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy