![JAR search and dependency download from the Maven repository](/logo.png)
de.sciss.lucre.impl.IdentFormat.scala Maven / Gradle / Ivy
/*
* IdentFormat.scala
* (Lucre 4)
*
* Copyright (c) 2009-2024 Hanns Holger Rutz. All rights reserved.
*
* This software is published under the GNU Affero General Public License v3+
*
*
* For further information, please contact Hanns Holger Rutz at
* [email protected]
*/
package de.sciss.lucre
package impl
import de.sciss.serial.DataInput
final class IdentFormat[T <: Exec[T]] extends CastExecFormat[T, Ident] {
def readT(in: DataInput)(implicit tx: T): Ident[T] = tx.readId(in)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy