Feature #199
Vector class for ThreatScript
Start date:
09/28/2010
Due date:
09/30/2010
% Done:
100%
Description
Add a vector class that can be used by ThreatScripts in order to avoid the problems associated with native JavaScript arrays. The Vector class should:
- Serialize and Deserialize to the same type
- Throw a warning when non-serializable objects are added
- Convert and unwrap types as necessary (like adding native array objects or unwrapping NativeJavaObjects)
- Provide add functions that automatically filter unique values
See http://download.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html for the Java Vector class (which this class will likely use underneath).
History
#1 Updated by Luke Murphey about 14 years ago
- Due date set to 09/30/2010
#2 Updated by Luke Murphey about 14 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Implemented in r772.