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

scala.class_impls_tostring.ssp Maven / Gradle / Ivy

The newest version!
<%
  // Copyright 2013 Foursquare Labs Inc. All Rights Reserved.

  import com.foursquare.spindle.codegen.runtime.StructLike 
%>
<%@ val cls: StructLike %>
  override def toString: String = {
    val trans = new org.apache.thrift.transport.TMemoryBuffer(1024)
    val oprot = new com.foursquare.common.thrift.base.TStringProtocol(trans)
    write(oprot)
    trans.toString("UTF8")
  }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy