Macros
fm.serializer.Macros$
object Macros
Attributes
- Experimental
- true
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Macros.type
Members list
Type members
Classlikes
final class StopMacroExpansionWithStackTrace(msg: String) extends Exception
Attributes
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
def makeObjectDeserializerFromFields[T : Type](field: Expr[Field], fields: Expr[Seq[Field]])(implicit evidence$3: Type[T], Quotes): Expr[ObjectDeserializer[T]]
def makeObjectSerializerForInterface[IFACE : Type, CONCRETE : Type](using Quotes)(): Expr[ObjectSerializer[IFACE]]
def makeObjectSerializerFromFields[T : Type](field: Expr[Field], fields: Expr[Seq[Field]])(implicit evidence$2: Type[T], Quotes): Expr[ObjectSerializer[T]]
In this article