Skip to content
Snippets Groups Projects
Commit 047ba252 authored by Sven Gestegård Robertz's avatar Sven Gestegård Robertz
Browse files

added todo and type argument to README

parent 8c29db74
No related merge requests found
......@@ -56,3 +56,8 @@ allowing state to be kept between invokations. The class containing the handler
methods have an attribute, Object context, and its initialization is currently
hard coded. The permanent solution is TBD.
TODO: Currently, for UserType samples (i.e., if typedef is used in the .lc file)
the type of the value parameter to encode and handler is of the UserType and not
the sample class. Should this be kept, or changed so that the sample extends the type.
An argument against is that for primitive types, the type of the argument is
the primitive type, and not the class, so that has to be taken care of anyhow.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment