Menu

#36 Serializing an imported type

closed
Generation (37)
5
2012-09-24
2007-02-20
No

Code generated for a type T marked
{imported=Foo}
{serializable}
{serializable-there}
fails to compile (unless T'Img works!)
Workround would be not to mark this type {serializable} but instead use Foo.Serializable.T directly.

Discussion

  • Simon Wright

    Simon Wright - 2007-03-04

    Logged In: YES
    user_id=917025
    Originator: YES

    ColdFrame bug #0365

     
  • Simon Wright

    Simon Wright - 2007-03-04

    Logged In: YES
    user_id=917025
    Originator: YES

    This is now a Feature; you'll get an error message saying that values of the type should be recorded using original-package.Serializable.original-type.

     

Log in to post a comment.