[Hessianobjc-user] mapping BigDecimal to NSDecimalNumber
Status: Alpha
Brought to you by:
cocoa_dood
|
From: Tore H. <ha...@pv...> - 2006-10-12 00:29:35
|
Hello. Do you know how to map a java.math.BigDecimal to NSDecimalNumber? BigDecimal has a single key named "value" with the String version of the value. I tried to create a subclass of NSDecimalNumber with custom initWithCoder:, but I then got famous "*** - decodeValueOfObjCType:at: only defined for abstract class. Define - [BBSHessianMapDecoder decodeValueOfObjCType:at:]!" - Tore. |