scala.reflect

object NoManifest

[source: scala/reflect/NoManifest.scala]

@serializable

object NoManifest
extends OptManifest[Nothing] with AnyRef

One of the branches of an OptManifest

Method Summary
protected def readResolve : AnyRef
override def toString : java.lang.String
Returns a string representation of the object.
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
override def toString : java.lang.String
Returns a string representation of the object.

The default representation is platform dependent.

Returns
a string representation of the object.


protected def readResolve : AnyRef