com.googlecode.jtype
Interface ClassSerializer


public interface ClassSerializer

Function that maps classes to a string representation.

Version:
$Id: ClassSerializer.java 2 2009-02-02 22:28:39Z markhobson $
Author:
Mark Hobson

Method Summary
 java.lang.String toString(java.lang.Class<?> klass)
          Gets a string representation of the specified class.
 

Method Detail

toString

java.lang.String toString(java.lang.Class<?> klass)
Gets a string representation of the specified class.

Parameters:
klass - the class to obtain a string representation of
Returns:
the string representation of the specified class


Copyright © 2011 Oracle Corporation. All Rights Reserved.