Skip to content

嵌套IPC对象数组 #178

@Zhuangkh

Description

@Zhuangkh
[IpcPublic]
interface IFoo
{
	List<IFoo2> Foo2s { get; set; }
}
[IpcPublic]
interface IFoo2
{
	...
}

IpcPublic为了生成实际的代理对象,所以只能标在接口上,而上面这种写法是无法序列化的,是否意味着嵌套IPC对象数组是行不通的?

有没有什么可供尝试的思路

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions