Interface OptimizedMarshallerIdMapper
-
public interface OptimizedMarshallerIdMapperID mapper.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description inttypeId(String clsName)Gets type ID for provided class name.
-
-
-
Method Detail
-
typeId
int typeId(String clsName)
Gets type ID for provided class name.If
0is returned, hash code of class name will be used.- Parameters:
clsName- Class name.- Returns:
- Type ID.
-
-