repo.or.cz
/
RExecServer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Preparing to add widget support
[RExecServer.git]
/
NSData+RSerialize.h
blob
aeb989e8161c4ded84ceef57e43f72d13d5dd8e8
1
#import <Cocoa/Cocoa.h>
2
#include <Rinternals.h>
3
4
@interface
NSData
(
RUnserialize
)
5
+ (
NSData
*)
dataWithSEXP
:(
SEXP
)
obj
;
6
- (
SEXP
)
unserialize
;
7
@end
8
9
@interface
NSMutableData
(
RSerialize
)
10
- (
void
)
serialize
:(
SEXP
)
obj
;
11
@end